From 35d853b620d59028424bf60d7ffcfedab5f71918 Mon Sep 17 00:00:00 2001 From: sobomax Date: Mon, 13 May 2002 06:56:51 +0000 Subject: Fix breakage introduced by the gettext conversion. Submitted by: bento --- www/encompass/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'www/encompass') diff --git a/www/encompass/Makefile b/www/encompass/Makefile index f0ad7f2..a3aa696 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 ; \ -- cgit v1.1