aboutsummaryrefslogtreecommitdiff
path: root/misc/pinfo
diff options
context:
space:
mode:
authorEmanuel Haupt <ehaupt@FreeBSD.org>2013-05-09 08:50:00 +0000
committerEmanuel Haupt <ehaupt@FreeBSD.org>2013-05-09 08:50:00 +0000
commit80d2abd0a3ae156b7d075f0d20a850a14dc6a83a (patch)
tree33ca0ca81a3b373f0843693a31d2012d55037624 /misc/pinfo
parentcad4f6c00c36b4b5b1fe9277c2d57d35bba5a05b (diff)
downloadports-80d2abd0a3ae156b7d075f0d20a850a14dc6a83a.tar.gz
ports-80d2abd0a3ae156b7d075f0d20a850a14dc6a83a.zip
Notes
Diffstat (limited to 'misc/pinfo')
-rw-r--r--misc/pinfo/Makefile7
1 files changed, 2 insertions, 5 deletions
diff --git a/misc/pinfo/Makefile b/misc/pinfo/Makefile
index 5c8625b7deb7..3e2da9c8efb1 100644
--- a/misc/pinfo/Makefile
+++ b/misc/pinfo/Makefile
@@ -13,10 +13,9 @@ LICENSE= GPLv2
OPTIONS_DEFINE= READLINE
OPTIONS_DEFAULT=READLINE
-READLINE_DESC= Enable readline support
USE_BZIP2= yes
-USES= gettext ncurses
+USES= ncurses gettext
USE_AUTOTOOLS= libtoolize aclocal autoheader automake autoconf
LIBTOOLIZE_ARGS=--force
ACLOCAL_ARGS= -I macros
@@ -40,16 +39,14 @@ PLIST_FILES+= %%NLS%%share/locale/${lang}/LC_MESSAGES/pinfo.mo
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MNLS}
-USES+= gettext
PLIST_SUB+= NLS=""
.else
CONFIGURE_ARGS+= --disable-nls
PLIST_SUB+= NLS="@comment "
.endif
-
.if ${PORT_OPTIONS:MREADLINE}
-USES= readline
+USES+= readline
.else
CONFIGURE_ARGS+=--without-readline
.endif