diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 2004-08-27 17:52:06 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 2004-08-27 17:52:06 +0000 |
commit | 5fb67e9dec40c5bf59d371167c2cba5f0d71f0f1 (patch) | |
tree | b4e0321a5a311efd6620e8e0ef1533c013a51360 /devel/gettext/Makefile | |
parent | 4e2e9e469c1ef0b08c3d9d512f19a749e0de58ca (diff) |
Notes
Diffstat (limited to 'devel/gettext/Makefile')
-rw-r--r-- | devel/gettext/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/devel/gettext/Makefile b/devel/gettext/Makefile index e9c981136204..3b4419f43089 100644 --- a/devel/gettext/Makefile +++ b/devel/gettext/Makefile @@ -15,6 +15,8 @@ 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 @@ -29,7 +31,7 @@ CONFIGURE_ARGS= --with-libexpat-prefix=${LOCALBASE}/lib \ --mandir=${PREFIX}/man INSTALLS_SHLIB= yes -.if !defined(NO_GETTEXT_OPTIONS) +.if !defined(WITHOUT_GETTEXT_OPTIONS) OPTIONS= EXAMPLES "install example files" off \ HTMLMAN "install man pages in HTML format" off .endif |