aboutsummaryrefslogtreecommitdiffstats
path: root/games
diff options
context:
space:
mode:
authorsobomax <sobomax@FreeBSD.org>2002-05-13 14:56:51 +0800
committersobomax <sobomax@FreeBSD.org>2002-05-13 14:56:51 +0800
commit35d853b620d59028424bf60d7ffcfedab5f71918 (patch)
tree979169a4fbd405119df13ceb42faa00bc340bff8 /games
parent0c01e3b2c381cd999084ae38902bbdf22153e6a3 (diff)
downloadfreebsd-ports-gnome-35d853b620d59028424bf60d7ffcfedab5f71918.tar.gz
freebsd-ports-gnome-35d853b620d59028424bf60d7ffcfedab5f71918.tar.zst
freebsd-ports-gnome-35d853b620d59028424bf60d7ffcfedab5f71918.zip
Fix breakage introduced by the gettext conversion.
Submitted by: bento
Diffstat (limited to 'games')
-rw-r--r--games/gnomermind/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/games/gnomermind/Makefile b/games/gnomermind/Makefile
index 3ac61356fa33..519581ca7091 100644
--- a/games/gnomermind/Makefile
+++ b/games/gnomermind/Makefile
@@ -13,12 +13,16 @@ MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= sobomax@FreeBSD.org
+BUILD_DEPENDS= msgfmt-old:${PORTSDIR}/devel/gettext-old
+
USE_BZIP2= yes
USE_X_PREFIX= yes
USE_GNOME= yes
GNU_CONFIGURE= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
- LIBS="-L${LOCALBASE}/lib"
+ LIBS="-L${LOCALBASE}/lib" \
+ MSGFMT="${LOCALBASE}/bin/msgfmt-old" \
+ XGETTEXT="${LOCALBASE}/bin/xgettext-old"
pre-patch:
@${PERL} -pi -e 's|-lpthread|${PTHREAD_LIBS}|g ; \