Skip to content

Commit

Permalink
devel/gdb: sync with upstream
Browse files Browse the repository at this point in the history
Taken from: HardenedBSD
  • Loading branch information
fichtner committed Jan 15, 2019
1 parent 6a86feb commit be1ec2b
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion devel/gdb/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ LIB_DEPENDS= libmpfr.so:math/mpfr
TEST_DEPENDS= runtest:misc/dejagnu

USES= compiler:c++11-lang cpe gmake libtool tar:xz
USE_PYTHON= py3kplist
USE_PYTHON= flavors py3kplist

TEST_TARGET= check

Expand Down Expand Up @@ -85,6 +85,12 @@ TUI_CONFIGURE_ENABLE= tui

.include <bsd.port.pre.mk>

.if ${PORT_OPTIONS:MPYTHON}
.if ${PYTHON_VER} != ${PYTHON_DEFAULT}
PKGNAMESUFFIX= ${PYTHON_PKGNAMESUFFIX}
.endif
.endif

.if ! ${PORT_OPTIONS:MBUNDLED_READLINE}
EXCLUDE+= readline
.endif
Expand Down

0 comments on commit be1ec2b

Please sign in to comment.