aboutsummaryrefslogtreecommitdiffstats
path: root/games/gnmm/Makefile
diff options
context:
space:
mode:
authorkrion <krion@FreeBSD.org>2003-10-22 18:26:02 +0800
committerkrion <krion@FreeBSD.org>2003-10-22 18:26:02 +0800
commitdca2fef1534a9a2c4899c42e64e899f3a167a973 (patch)
treeaf5ed0b287430ba8929766872a77788b7150cabf /games/gnmm/Makefile
parent03e1873b45fe31449262d61b19cba6d8e3e9b7b2 (diff)
downloadfreebsd-ports-gnome-dca2fef1534a9a2c4899c42e64e899f3a167a973.tar.gz
freebsd-ports-gnome-dca2fef1534a9a2c4899c42e64e899f3a167a973.tar.zst
freebsd-ports-gnome-dca2fef1534a9a2c4899c42e64e899f3a167a973.zip
- Don't use internal libintl
- Use libiconv - Bump PORTREVISION PR: 58369 Submitted by: maintainer
Diffstat (limited to 'games/gnmm/Makefile')
-rw-r--r--games/gnmm/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/games/gnmm/Makefile b/games/gnmm/Makefile
index 6fc045f9a13c..02ea2851a746 100644
--- a/games/gnmm/Makefile
+++ b/games/gnmm/Makefile
@@ -7,6 +7,7 @@
PORTNAME= gnmm
PORTVERSION= 0.1.2
+PORTREVISION= 1
CATEGORIES= games gnome
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
@@ -16,11 +17,14 @@ DIST_SUBDIR= gnome
MAINTAINER= barner@gmx.de
COMMENT= A "nine mens' morris" implementation for the GNOME Desktop Environment
+LIB_DEPENDS= intl.5:${PORTSDIR}/devel/gettext \
+ iconv.3:${PORTSDIR}/converters/libiconv
+
USE_X_PREFIX= yes
USE_GMAKE= yes
USE_GNOME= gnomeprefix gnomehack gnomelibs gdkpixbuf
GNU_CONFIGURE= yes
-CONFIGURE_ARGS= --with-included-gettext
+CONFIGURE_ARGS= "--with-libiconv-prefix=${LOCALBASE}"
.include <bsd.port.mk>