diff options
Diffstat (limited to 'games/gnmm/Makefile')
-rw-r--r-- | games/gnmm/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/games/gnmm/Makefile b/games/gnmm/Makefile index 40221636a286..08f1c55b319b 100644 --- a/games/gnmm/Makefile +++ b/games/gnmm/Makefile @@ -7,7 +7,7 @@ PORTNAME= gnmm PORTVERSION= 0.1.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= games gnome MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -17,9 +17,9 @@ 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-old \ - iconv.3:${PORTSDIR}/converters/libiconv +LIB_DEPENDS= iconv.3:${PORTSDIR}/converters/libiconv +USE_GETTEXT= yes USE_X_PREFIX= yes USE_GMAKE= yes USE_GNOME= gnomeprefix gnomehack gnomelibs gdkpixbuf |