summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorMaxim Sobolev <sobomax@FreeBSD.org>2002-05-13 06:56:51 +0000
committerMaxim Sobolev <sobomax@FreeBSD.org>2002-05-13 06:56:51 +0000
commit3d5c8a52827573c922212293c2109beac0213ab0 (patch)
treeb348a738350091389f3b9157ca6b64a8d7de97f8 /www
parentUSE_BZIP2 (diff)
Fix breakage introduced by the gettext conversion.
Submitted by: bento
Notes
Notes: svn path=/head/; revision=58997
Diffstat (limited to 'www')
-rw-r--r--www/encompass/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/www/encompass/Makefile b/www/encompass/Makefile
index f0ad7f2be23b..a3aa69666bb2 100644
--- a/www/encompass/Makefile
+++ b/www/encompass/Makefile
@@ -16,6 +16,7 @@ MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= sobomax@FreeBSD.org
+BUILD_DEPENDS= msgfmt-old:${PORTSDIR}/devel/gettext-old
LIB_DEPENDS= neon.19:${PORTSDIR}/www/neon \
elysium.0:${PORTSDIR}/misc/libelysium
@@ -23,7 +24,9 @@ USE_GNOME= yes
USE_X_PREFIX= yes
GNU_CONFIGURE= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
- LDFLAGS="-L${LOCALBASE}/lib"
+ LDFLAGS="-L${LOCALBASE}/lib" \
+ MSGFMT="${LOCALBASE}/bin/msgfmt-old" \
+ XGETTEXT="${LOCALBASE}/bin/xgettext-old"
pre-patch:
@${PERL} -pi -e 's|-lpthread|${PTHREAD_LIBS}|g ; \