diff options
author | krion <krion@FreeBSD.org> | 2003-10-22 18:26:02 +0800 |
---|---|---|
committer | krion <krion@FreeBSD.org> | 2003-10-22 18:26:02 +0800 |
commit | dca2fef1534a9a2c4899c42e64e899f3a167a973 (patch) | |
tree | af5ed0b287430ba8929766872a77788b7150cabf /games | |
parent | 03e1873b45fe31449262d61b19cba6d8e3e9b7b2 (diff) | |
download | freebsd-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')
-rw-r--r-- | games/gnmm/Makefile | 6 | ||||
-rw-r--r-- | games/gnmm/pkg-plist | 6 |
2 files changed, 7 insertions, 5 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> diff --git a/games/gnmm/pkg-plist b/games/gnmm/pkg-plist index 5c4c7d0e298b..539d1e8707f8 100644 --- a/games/gnmm/pkg-plist +++ b/games/gnmm/pkg-plist @@ -1,9 +1,7 @@ bin/gnmm -share/locale/de/LC_MESSAGES/gnmm.mo -share/locale/locale.alias +share/gnome/apps/Games/gnmm.desktop share/gnome/pixmaps/gnmm-logo.png share/gnome/pixmaps/gnmm/board.png share/gnome/pixmaps/gnmm/pieces.png -share/gnome/apps/Games/gnmm.desktop -lib/charset.alias +share/locale/de/LC_MESSAGES/gnmm.mo @dirrm share/gnome/pixmaps/gnmm |