aboutsummaryrefslogtreecommitdiffstats
path: root/devel/gettext/Makefile
diff options
context:
space:
mode:
authorsobomax <sobomax@FreeBSD.org>2002-05-10 23:36:47 +0800
committersobomax <sobomax@FreeBSD.org>2002-05-10 23:36:47 +0800
commitd24f612f5543d7a621c921513b4eaab404932610 (patch)
tree5f771c8112beeb27bcaf5342afe68bf0f844f974 /devel/gettext/Makefile
parent4e37a0fa15cddfe9b2035a5407d910585abd796c (diff)
downloadfreebsd-ports-gnome-d24f612f5543d7a621c921513b4eaab404932610.tar.gz
freebsd-ports-gnome-d24f612f5543d7a621c921513b4eaab404932610.tar.zst
freebsd-ports-gnome-d24f612f5543d7a621c921513b4eaab404932610.zip
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/Makefile')
-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"