diff options
author | ak <ak@FreeBSD.org> | 2013-04-26 10:44:28 +0000 |
---|---|---|
committer | ak <ak@FreeBSD.org> | 2013-04-26 10:44:28 +0000 |
commit | be0532aa1927751208f2697351ec6365d64f46e3 (patch) | |
tree | e5e83d3ba0442c1c2f0b99c843428b36a8eb003d /irc/xchat-gnome | |
parent | 1b4e8ae3fa9398a48e6c4797e41a32870c88ed6c (diff) | |
download | FreeBSD-ports-be0532aa1927751208f2697351ec6365d64f46e3.zip FreeBSD-ports-be0532aa1927751208f2697351ec6365d64f46e3.tar.gz |
- Convert USE_GETTEXT to USES (part 4)
Approved by: portmgr (bapt)
Diffstat (limited to 'irc/xchat-gnome')
-rw-r--r-- | irc/xchat-gnome/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/irc/xchat-gnome/Makefile b/irc/xchat-gnome/Makefile index 8a1b69a..4a699cb 100644 --- a/irc/xchat-gnome/Makefile +++ b/irc/xchat-gnome/Makefile @@ -17,10 +17,9 @@ LIB_DEPENDS= sexy:${PORTSDIR}/x11-toolkits/libsexy \ canberra-gtk:${PORTSDIR}/audio/libcanberra \ notify:${PORTSDIR}/devel/libnotify -USE_GETTEXT= yes USE_BZIP2= yes USE_GMAKE= yes -USES= pathfix desktop-file-utils +USES= pathfix desktop-file-utils gettext USE_GNOME= gnomeprefix libgnomeui gnomedocutils GNU_CONFIGURE= yes CONFIGURE_ENV= LIBS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}" |