aboutsummaryrefslogtreecommitdiff
path: root/devel/gettext
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>2004-08-27 01:16:48 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>2004-08-27 01:16:48 +0000
commit23bc0fc3034feba65835d32391891c0dd3528b4b (patch)
tree3ea66be577dc46c30fdf7dea766f0d0ce8abff8b /devel/gettext
parentdd30468a3ae6ae921a60503f9ca15097b7a5876f (diff)
downloadports-23bc0fc3034feba65835d32391891c0dd3528b4b.tar.gz
ports-23bc0fc3034feba65835d32391891c0dd3528b4b.zip
Notes
Diffstat (limited to 'devel/gettext')
-rw-r--r--devel/gettext/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/gettext/Makefile b/devel/gettext/Makefile
index da0fea85b168..e9c981136204 100644
--- a/devel/gettext/Makefile
+++ b/devel/gettext/Makefile
@@ -15,8 +15,6 @@ MASTER_SITE_SUBDIR= gettext
MAINTAINER= ports@FreeBSD.org
COMMENT= GNU gettext package
-LIB_DEPENDS= expat.5:${PORTSDIR}/textproc/expat2
-
GNU_CONFIGURE= yes
CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL}
USE_ICONV= yes
@@ -31,8 +29,10 @@ CONFIGURE_ARGS= --with-libexpat-prefix=${LOCALBASE}/lib \
--mandir=${PREFIX}/man
INSTALLS_SHLIB= yes
+.if !defined(NO_GETTEXT_OPTIONS)
OPTIONS= EXAMPLES "install example files" off \
HTMLMAN "install man pages in HTML format" off
+.endif
PLIST= ${WRKDIR}/plist
PLISTU= ${WRKDIR}/plist-unsorted
PLIST_SUB= LOCALBASE=${LOCALBASE} X11BASE=${X11BASE} \