summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>2004-07-12 05:16:29 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>2004-07-12 05:16:29 +0000
commit814693ba025f85fc18ecdeb4a8df9237bfe79379 (patch)
treea397531adc896f0f5d33496fc1956a90229f19a7 /devel
parentmark broken on 4-stable (diff)
Fix the release build.
Notes
Notes: svn path=/head/; revision=113446
Diffstat (limited to 'devel')
-rw-r--r--devel/gettext/Makefile10
1 files changed, 8 insertions, 2 deletions
diff --git a/devel/gettext/Makefile b/devel/gettext/Makefile
index da0fea85b168..52abbff5a9f0 100644
--- a/devel/gettext/Makefile
+++ b/devel/gettext/Makefile
@@ -4,6 +4,14 @@
#
# $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
@@ -31,8 +39,6 @@ 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} \