aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils
diff options
context:
space:
mode:
authorume <ume@FreeBSD.org>2004-03-15 23:28:02 +0800
committerume <ume@FreeBSD.org>2004-03-15 23:28:02 +0800
commit5176a9f072502804caef0b85965199f357dd66ba (patch)
treebbcce8ab705e3a7b0e79fe41d06876a9dfa14ca6 /sysutils
parent766dfe0e9ece9112761036ce7e293c8461db506f (diff)
downloadfreebsd-ports-gnome-5176a9f072502804caef0b85965199f357dd66ba.tar.gz
freebsd-ports-gnome-5176a9f072502804caef0b85965199f357dd66ba.tar.zst
freebsd-ports-gnome-5176a9f072502804caef0b85965199f357dd66ba.zip
set USE_GETTEXT=yes explicitly.
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/gkrellm/Makefile1
-rw-r--r--sysutils/gkrellm2/Makefile1
2 files changed, 2 insertions, 0 deletions
diff --git a/sysutils/gkrellm/Makefile b/sysutils/gkrellm/Makefile
index cf7cf802fe9c..f25dee94f4ff 100644
--- a/sysutils/gkrellm/Makefile
+++ b/sysutils/gkrellm/Makefile
@@ -21,6 +21,7 @@ CONFLICTS= gkrellm-2.*
USE_BZIP2= yes
USE_X_PREFIX= yes
USE_GNOME= imlib
+USE_GETTEXT= yes
USE_GMAKE= yes
INCLUDES= gkrellm.h gkrellm_public_proto.h
diff --git a/sysutils/gkrellm2/Makefile b/sysutils/gkrellm2/Makefile
index 09163d10e55b..03ecff6673d5 100644
--- a/sysutils/gkrellm2/Makefile
+++ b/sysutils/gkrellm2/Makefile
@@ -32,6 +32,7 @@ INSTALL_WRKSRC= ${WRKSRC}/server
USE_GNOME= glib12
.else
USE_GNOME= gtk20
+USE_GETTEXT= yes
USE_XLIB= yes
USE_OPENSSL= yes
.endif