From f21f7d274508214959b66eef545730f5f5babfe6 Mon Sep 17 00:00:00 2001 From: Kirill Ponomarev Date: Wed, 22 Oct 2003 10:26:02 +0000 Subject: - Don't use internal libintl - Use libiconv - Bump PORTREVISION PR: 58369 Submitted by: maintainer --- games/gnmm/Makefile | 6 +++++- games/gnmm/pkg-plist | 6 ++---- 2 files changed, 7 insertions(+), 5 deletions(-) (limited to 'games') 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 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 -- cgit v1.2.3