aboutsummaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2004-07-12 16:02:43 +0800
committerkris <kris@FreeBSD.org>2004-07-12 16:02:43 +0800
commitf1dcc8f926c88e618f83b463870b269151cf6419 (patch)
treefa64e600d658bfec74e3719be72b2a303c4baf23 /devel
parentaee9b7edb117662129b0a0c8dbc33cc42252d8bc (diff)
downloadfreebsd-ports-graphics-f1dcc8f926c88e618f83b463870b269151cf6419.tar.gz
freebsd-ports-graphics-f1dcc8f926c88e618f83b463870b269151cf6419.tar.zst
freebsd-ports-graphics-f1dcc8f926c88e618f83b463870b269151cf6419.zip
Put back OPTIONS now that release builds have been fixed to set BATCH
for non-interactivity.
Diffstat (limited to 'devel')
-rw-r--r--devel/gettext/Makefile10
1 files changed, 2 insertions, 8 deletions
diff --git a/devel/gettext/Makefile b/devel/gettext/Makefile
index 52abbff5a9f..da0fea85b16 100644
--- a/devel/gettext/Makefile
+++ b/devel/gettext/Makefile
@@ -4,14 +4,6 @@
#
# $FreeBSD$
#
-# There are several knobs which are used to define additions to the core
-# gettext functionality.
-#
-# If you want to install the gettext examples define:
-# WITH_EXAMPLES
-#
-# If you want to install the gettext man pages in html format define:
-# WITH_HTMLMAN
PORTNAME= gettext
PORTVERSION= 0.13.1
@@ -39,6 +31,8 @@ CONFIGURE_ARGS= --with-libexpat-prefix=${LOCALBASE}/lib \
--mandir=${PREFIX}/man
INSTALLS_SHLIB= yes
+OPTIONS= EXAMPLES "install example files" off \
+ HTMLMAN "install man pages in HTML format" off
PLIST= ${WRKDIR}/plist
PLISTU= ${WRKDIR}/plist-unsorted
PLIST_SUB= LOCALBASE=${LOCALBASE} X11BASE=${X11BASE} \