aboutsummaryrefslogtreecommitdiff
path: root/devel/gettext
diff options
context:
space:
mode:
authorMaxim Sobolev <sobomax@FreeBSD.org>2002-05-10 15:36:47 +0000
committerMaxim Sobolev <sobomax@FreeBSD.org>2002-05-10 15:36:47 +0000
commite6729bd3b6f9df53dc737571ef1cdea3c7e9c5a2 (patch)
tree05702909602b8d62134577acf1898a3ee52012f5 /devel/gettext
parent76499dccc898d366b592c7c94364eca7f98ecabe (diff)
downloadports-e6729bd3b6f9df53dc737571ef1cdea3c7e9c5a2.tar.gz
ports-e6729bd3b6f9df53dc737571ef1cdea3c7e9c5a2.zip
Notes
Diffstat (limited to 'devel/gettext')
-rw-r--r--devel/gettext/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/devel/gettext/Makefile b/devel/gettext/Makefile
index 48456552a0d4..8b170207dfc2 100644
--- a/devel/gettext/Makefile
+++ b/devel/gettext/Makefile
@@ -7,18 +7,20 @@
PORTNAME= gettext
PORTVERSION= 0.11.1
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_GNU}
MASTER_SITE_SUBDIR= gettext
MAINTAINER= portmgr@FreeBSD.org
-LIB_DEPENDS= iconv.3:${PORTSDIR}/converters/libiconv
+LIB_DEPENDS= iconv.3:${PORTSDIR}/converters/libiconv \
+ expat.2:${PORTSDIR}/textproc/expat2
USE_BISON= yes
INSTALLS_SHLIB= yes
USE_LIBTOOL= yes
+CONFIGURE_ARGS= --with-libexpat-prefix=${LOCALBASE}/lib
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"