diff options
author | Hajimu UMEMOTO <ume@FreeBSD.org> | 2004-03-15 15:28:02 +0000 |
---|---|---|
committer | Hajimu UMEMOTO <ume@FreeBSD.org> | 2004-03-15 15:28:02 +0000 |
commit | 852f5cfccb40954753adcf814e3c710c8e271816 (patch) | |
tree | 6baba7b2332fa2618bfe78d38f82cd41dbe831fd | |
parent | 76effb5157b0904b6bf03199dfaad350e37d14df (diff) | |
download | freebsd-ports-852f5cfccb40954753adcf814e3c710c8e271816.zip |
set USE_GETTEXT=yes explicitly.
-rw-r--r-- | sysutils/gkrellm/Makefile | 1 | ||||
-rw-r--r-- | sysutils/gkrellm2/Makefile | 1 |
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 |