diff options
author | kris <kris@FreeBSD.org> | 2006-01-26 07:01:34 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2006-01-26 07:01:34 +0800 |
commit | 7d80519a6dd5cd6be995c2fb5059923f6f11a098 (patch) | |
tree | 66f322ae3ef1e223bf03c44a0b9f3298642d40ec | |
parent | 959d7d60e039d7b7b9ae82396649aeadb207a359 (diff) | |
download | freebsd-ports-gnome-7d80519a6dd5cd6be995c2fb5059923f6f11a098.tar.gz freebsd-ports-gnome-7d80519a6dd5cd6be995c2fb5059923f6f11a098.tar.zst freebsd-ports-gnome-7d80519a6dd5cd6be995c2fb5059923f6f11a098.zip |
Add missing USE_GETTEXT
-rw-r--r-- | audio/gnapster/Makefile | 1 | ||||
-rw-r--r-- | games/bomberinstinct/Makefile | 1 | ||||
-rw-r--r-- | net/xtraceroute/Makefile | 1 | ||||
-rw-r--r-- | x11-wm/ion-3/Makefile | 1 | ||||
-rw-r--r-- | x11-wm/ion-3ds/Makefile | 1 |
5 files changed, 5 insertions, 0 deletions
diff --git a/audio/gnapster/Makefile b/audio/gnapster/Makefile index e7b0c97f422e..8a3b4df7a0c7 100644 --- a/audio/gnapster/Makefile +++ b/audio/gnapster/Makefile @@ -16,6 +16,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= GNOME client for the online mp3 community called napster USE_GMAKE= yes +USE_GETTEXT= yes USE_X_PREFIX= yes USE_GNOME= imlib WANT_GNOME= yes diff --git a/games/bomberinstinct/Makefile b/games/bomberinstinct/Makefile index 6950b2ae52db..33cf78486c0b 100644 --- a/games/bomberinstinct/Makefile +++ b/games/bomberinstinct/Makefile @@ -19,6 +19,7 @@ COMMENT= A nice Bomberman-like multiplayer game WRKSRC= ${WRKDIR}/${DISTNAME} USE_SDL= mixer sdl +USE_GETTEXT= yes USE_GMAKE= yes USE_AUTOTOOLS= libtool:15 USE_PERL5_BUILD=yes diff --git a/net/xtraceroute/Makefile b/net/xtraceroute/Makefile index 9bd5d9075edf..5aa436311d57 100644 --- a/net/xtraceroute/Makefile +++ b/net/xtraceroute/Makefile @@ -22,6 +22,7 @@ LIB_DEPENDS= gtkgl.5:${PORTSDIR}/x11-toolkits/gtkglarea USE_X_PREFIX= yes USE_GNOME= gdkpixbuf USE_GMAKE= yes +USE_GETTEXT= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-GL-prefix=${X11BASE}/lib \ --with-lib-GL \ diff --git a/x11-wm/ion-3/Makefile b/x11-wm/ion-3/Makefile index 066ef1210198..2a528caa0cd5 100644 --- a/x11-wm/ion-3/Makefile +++ b/x11-wm/ion-3/Makefile @@ -19,6 +19,7 @@ RUN_DEPENDS= run-mailcap:${PORTSDIR}/misc/mime-support CONFLICTS= ion-2002* pwm-[0-9]* ion-2* USE_X_PREFIX= yes +USE_GETTEXT= yes USE_GMAKE= yes MAKE_ENV= DEFINES="${IONDEFINES}" diff --git a/x11-wm/ion-3ds/Makefile b/x11-wm/ion-3ds/Makefile index 066ef1210198..2a528caa0cd5 100644 --- a/x11-wm/ion-3ds/Makefile +++ b/x11-wm/ion-3ds/Makefile @@ -19,6 +19,7 @@ RUN_DEPENDS= run-mailcap:${PORTSDIR}/misc/mime-support CONFLICTS= ion-2002* pwm-[0-9]* ion-2* USE_X_PREFIX= yes +USE_GETTEXT= yes USE_GMAKE= yes MAKE_ENV= DEFINES="${IONDEFINES}" |