summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2006-01-26 04:06:59 +0000
committerKris Kennaway <kris@FreeBSD.org>2006-01-26 04:06:59 +0000
commit172245e773e5d4b57c42fea16c60724a804c3733 (patch)
tree5552c554e720abe37a43ea2b4728a3e4215c8085
parentHandle WITHOUT_X11 option (diff)
Add missing USE_GETTEXT
Notes
Notes: svn path=/head/; revision=154468
-rw-r--r--audio/easytag/Makefile1
-rw-r--r--editors/gnotepad+/Makefile1
-rw-r--r--games/dopewars/Makefile1
-rw-r--r--games/heroes/Makefile1
-rw-r--r--mail/althea/Makefile1
-rw-r--r--misc/gman/Makefile1
-rw-r--r--net-im/gicq/Makefile1
-rw-r--r--sysutils/gtoaster/Makefile1
-rw-r--r--www/aria/Makefile1
9 files changed, 9 insertions, 0 deletions
diff --git a/audio/easytag/Makefile b/audio/easytag/Makefile
index dd18f2be24d1..8db5359957ed 100644
--- a/audio/easytag/Makefile
+++ b/audio/easytag/Makefile
@@ -23,6 +23,7 @@ MAN1= easytag.1
CONFLICTS= easytag-devel-[0-9]*
USE_BZIP2= yes
+USE_GETTEXT= yes
USE_GNOME= gtk12
GNU_CONFIGURE= yes
CONFIGURE_ENV= CONFIG_SHELL="${SH}" \
diff --git a/editors/gnotepad+/Makefile b/editors/gnotepad+/Makefile
index 67d98b0be45b..884ba2c2544b 100644
--- a/editors/gnotepad+/Makefile
+++ b/editors/gnotepad+/Makefile
@@ -21,6 +21,7 @@ COMMENT= Simple GTK-based text/HTML editor
DOCVERSION= 1.2.0
+USE_GETTEXT= yes
USE_X_PREFIX= yes
USE_REINPLACE= yes
USE_XPM= yes
diff --git a/games/dopewars/Makefile b/games/dopewars/Makefile
index 622f2aa34608..fc00b45794dc 100644
--- a/games/dopewars/Makefile
+++ b/games/dopewars/Makefile
@@ -16,6 +16,7 @@ MASTER_SITE_SUBDIR= dopewars
MAINTAINER= petef@FreeBSD.org
COMMENT= A UNIX rewrite of a game originally based on "Drug Wars"
+USE_GETTEXT= yes
USE_GMAKE= yes
GNU_CONFIGURE= yes
USE_GNOME= gtk12
diff --git a/games/heroes/Makefile b/games/heroes/Makefile
index c9583ab6132e..31147543e9a3 100644
--- a/games/heroes/Makefile
+++ b/games/heroes/Makefile
@@ -36,6 +36,7 @@ USE_SDL= mixer sdl
USE_GETOPT_LONG= yes
USE_GMAKE= yes
USE_ICONV= yes
+USE_GETTEXT= yes
GNU_CONFIGURE= yes
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" \
diff --git a/mail/althea/Makefile b/mail/althea/Makefile
index f7faba788b03..1ce938fdffaf 100644
--- a/mail/althea/Makefile
+++ b/mail/althea/Makefile
@@ -16,6 +16,7 @@ EXTRACT_SUFX= .tgz
MAINTAINER= ports@FreeBSD.org
COMMENT= Yet another GTK-based mail reader for X. Supports IMAP
+USE_GETTEXT= yes
USE_REINPLACE= yes
USE_OPENSSL= yes
MAKE_ENV= MKDIR="${MKDIR}"
diff --git a/misc/gman/Makefile b/misc/gman/Makefile
index 8b71f8db7b12..933daf5c213e 100644
--- a/misc/gman/Makefile
+++ b/misc/gman/Makefile
@@ -28,6 +28,7 @@ RUN_DEPENDS= ghostview:${PORTSDIR}/print/ghostview \
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
+USE_GETTEXT= yes
USE_GNOME= gtk12
USE_REINPLACE= yes
USE_GMAKE= yes
diff --git a/net-im/gicq/Makefile b/net-im/gicq/Makefile
index e120f7f64d0f..d47f9193dab0 100644
--- a/net-im/gicq/Makefile
+++ b/net-im/gicq/Makefile
@@ -18,6 +18,7 @@ COMMENT= GTK based ICQ program
LIB_DEPENDS= icq.0:${PORTSDIR}/net-im/libicq
+USE_GETTEXT= yes
USE_X_PREFIX= yes
GNU_CONFIGURE= yes
USE_GNOME= gtk12 gnomehack
diff --git a/sysutils/gtoaster/Makefile b/sysutils/gtoaster/Makefile
index 0e4d254b5507..a02be20859b4 100644
--- a/sysutils/gtoaster/Makefile
+++ b/sysutils/gtoaster/Makefile
@@ -22,6 +22,7 @@ RUN_DEPENDS= cdrecord:${PORTSDIR}/sysutils/cdrtools
WRKSRC= ${WRKDIR}/${PORTNAME}
PLIST_FILES= bin/gtoaster
+USE_GETTEXT= yes
USE_X_PREFIX= yes
WANT_GNOME= yes
USE_GNOME= gnomehack gnometarget gtk12
diff --git a/www/aria/Makefile b/www/aria/Makefile
index 453422acd49e..4bc435d2008b 100644
--- a/www/aria/Makefile
+++ b/www/aria/Makefile
@@ -16,6 +16,7 @@ COMMENT= Yet another download tool
USE_BZIP2= yes
USE_X_PREFIX= yes
+USE_GETTEXT= yes
USE_GNOME= gnometarget gtk12
USE_OPENSSL= yes
USE_GETOPT_LONG=yes