summaryrefslogtreecommitdiffstats
path: root/devel/gettext
diff options
context:
space:
mode:
authorsobomax <sobomax@FreeBSD.org>2002-05-10 15:36:47 +0000
committersobomax <sobomax@FreeBSD.org>2002-05-10 15:36:47 +0000
commitd24f612f5543d7a621c921513b4eaab404932610 (patch)
tree5f771c8112beeb27bcaf5342afe68bf0f844f974 /devel/gettext
parent4e37a0fa15cddfe9b2035a5407d910585abd796c (diff)
downloadFreeBSD-ports-d24f612f5543d7a621c921513b4eaab404932610.zip
FreeBSD-ports-d24f612f5543d7a621c921513b4eaab404932610.tar.gz
Add textproc expat into LIB_DEPENDS and bump PORTREVISION. XML support is
necessary for some GNOME packages (evolution et al.) Reported by: bento, paul, Marc Unangst <mju@unangst.org> PR: 37924
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 4845655..8b17020 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"
OpenPOWER on IntegriCloud