diff options
author | obrien <obrien@FreeBSD.org> | 2004-08-28 01:52:06 +0800 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 2004-08-28 01:52:06 +0800 |
commit | e865a3f21a941a86ca18278578fcc9dd84fa3c7c (patch) | |
tree | d32641f4ce8ade47d8d54f93c24b9e20fa713b39 /devel/gettext | |
parent | 94362d63463f0694709d82da25a7a97f1c972f9e (diff) | |
download | freebsd-ports-gnome-e865a3f21a941a86ca18278578fcc9dd84fa3c7c.tar.gz freebsd-ports-gnome-e865a3f21a941a86ca18278578fcc9dd84fa3c7c.tar.zst freebsd-ports-gnome-e865a3f21a941a86ca18278578fcc9dd84fa3c7c.zip |
Previous revision accidently deleted the expat.5 dependancy.
s/NO_${PORTNAME}_OPTIONS/WITHOUT_${PORTNAME}_OPTIONS/
Diffstat (limited to 'devel/gettext')
-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 |