diff options
author | ume <ume@FreeBSD.org> | 2004-03-15 23:28:02 +0800 |
---|---|---|
committer | ume <ume@FreeBSD.org> | 2004-03-15 23:28:02 +0800 |
commit | 5176a9f072502804caef0b85965199f357dd66ba (patch) | |
tree | bbcce8ab705e3a7b0e79fe41d06876a9dfa14ca6 /sysutils/gkrellm | |
parent | 766dfe0e9ece9112761036ce7e293c8461db506f (diff) | |
download | freebsd-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/gkrellm')
-rw-r--r-- | sysutils/gkrellm/Makefile | 1 |
1 files changed, 1 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 |