diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2002-05-10 15:36:47 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2002-05-10 15:36:47 +0000 |
commit | e6729bd3b6f9df53dc737571ef1cdea3c7e9c5a2 (patch) | |
tree | 05702909602b8d62134577acf1898a3ee52012f5 /devel | |
parent | Fix breakage introduced in the previous commit. (diff) |
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
Notes
Notes:
svn path=/head/; revision=58866
Diffstat (limited to 'devel')
-rw-r--r-- | devel/gettext/Makefile | 6 |
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" |