diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2006-03-19 04:37:31 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2006-03-19 04:37:31 +0000 |
commit | aa5a46101a8c82aa71ee861f748a7ea04d03e1fa (patch) | |
tree | a493e1652ece557520151b4e46abaca560bf004f /net-im/gaim/Makefile | |
parent | * Correctly set default options with -DBATCH is used (diff) |
Add USE_GETTEXT to appease portlint.
Diffstat (limited to 'net-im/gaim/Makefile')
-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 |