diff options
author | rafan <rafan@FreeBSD.org> | 2008-11-17 17:00:27 +0800 |
---|---|---|
committer | rafan <rafan@FreeBSD.org> | 2008-11-17 17:00:27 +0800 |
commit | 7c41310384cc16a8e61f70157ff09c0ab730c987 (patch) | |
tree | abd4ab8cc29c43f3866550a2335fce2fa3945555 | |
parent | d74d2327bd5660cbb522b179b44fd943de31d8b4 (diff) | |
download | freebsd-ports-gnome-7c41310384cc16a8e61f70157ff09c0ab730c987.tar.gz freebsd-ports-gnome-7c41310384cc16a8e61f70157ff09c0ab730c987.tar.zst freebsd-ports-gnome-7c41310384cc16a8e61f70157ff09c0ab730c987.zip |
- Pet portlint(1)
-rw-r--r-- | devel/ncurses/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/devel/ncurses/Makefile b/devel/ncurses/Makefile index fcb206bca26a..12f4715a8bf8 100644 --- a/devel/ncurses/Makefile +++ b/devel/ncurses/Makefile @@ -32,11 +32,6 @@ CONFIGURE_ARGS= --datadir=${PREFIX}/share/misc --disable-overwrite \ OPTIONS= EXTCOLORS "Enable 256-color support (only for ncursesw)" off -# needed by devel/py-ncurses port -.if defined(WITH_TRACE) -CONFIGURE_ARGS+= --with-trace -.endif - CONFIGURE_ENV= gnat_exists="no" USE_LDCONFIG= yes @@ -87,6 +82,11 @@ CONFIGURE_ARGS_WIDEC=--enable-widec CONFIGURE_ARGS_WIDEC+=--enable-ext-colors .endif +# needed by devel/py-ncurses port +.if defined(WITH_TRACE) +CONFIGURE_ARGS+= --with-trace +.endif + .if !defined(WITHOUT_PROFILE) && !defined(NO_PROFILE) && !defined(NOPROFILE) CONFIGURE_ARGS+=--with-profile PLIST_SUB+= PROFILE="" |