diff options
author | marcus <marcus@FreeBSD.org> | 2006-03-19 12:37:31 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2006-03-19 12:37:31 +0800 |
commit | 7ba9cc8567e82d8391c861238a0ff4c037fbc9f9 (patch) | |
tree | f6dff86a70c9de47e26ba903e8655e4c56a5888f /net-im | |
parent | 34bf1bc1bc335dbcb1679d60b138f14334e8cc0b (diff) | |
download | freebsd-ports-gnome-7ba9cc8567e82d8391c861238a0ff4c037fbc9f9.tar.gz freebsd-ports-gnome-7ba9cc8567e82d8391c861238a0ff4c037fbc9f9.tar.zst freebsd-ports-gnome-7ba9cc8567e82d8391c861238a0ff4c037fbc9f9.zip |
Add USE_GETTEXT to appease portlint.
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/gaim/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net-im/gaim/Makefile b/net-im/gaim/Makefile index 5db5137656eb..46bd79561c49 100644 --- a/net-im/gaim/Makefile +++ b/net-im/gaim/Makefile @@ -20,6 +20,7 @@ LIB_DEPENDS= startup-notification-1.0:${PORTSDIR}/x11/startup-notification CONFLICTS?= ja-gaim-[0-9]* USE_X_PREFIX= yes +USE_GETTEXT= yes USE_GMAKE= yes USE_GNOME= gnomeprefix gnomehack gtk20 WANT_GNOME= yes |