aboutsummaryrefslogtreecommitdiff
path: root/irc/hexchat/Makefile
diff options
context:
space:
mode:
authorAndrej Zverev <az@FreeBSD.org>2013-09-16 15:42:40 +0000
committerAndrej Zverev <az@FreeBSD.org>2013-09-16 15:42:40 +0000
commit778e2d35510d4f8fa6bbae934b313771189e4268 (patch)
tree8ecfcfa3b923a4f09a3d580a3446ab33b76fbaf7 /irc/hexchat/Makefile
parent75d35af0e220d4367a5e644a5beec438f7c4c275 (diff)
downloadports-778e2d35510d4f8fa6bbae934b313771189e4268.tar.gz
ports-778e2d35510d4f8fa6bbae934b313771189e4268.zip
Notes
Diffstat (limited to 'irc/hexchat/Makefile')
-rw-r--r--irc/hexchat/Makefile6
1 files changed, 2 insertions, 4 deletions
diff --git a/irc/hexchat/Makefile b/irc/hexchat/Makefile
index 1595222c298c..3c639515ca2a 100644
--- a/irc/hexchat/Makefile
+++ b/irc/hexchat/Makefile
@@ -14,13 +14,11 @@ LICENSE= GPLv2
LIB_DEPENDS= proxy:${PORTSDIR}/net/libproxy
USE_XZ= yes
-USES= desktop-file-utils pathfix pkgconfig
+USES= desktop-file-utils pathfix pkgconfig gmake
USE_GNOME= gtk20 libxml2
-WANT_PERL= yes
USE_AUTOTOOLS= automake autoconf libtool
GNU_CONFIGURE= yes
CONFIGURE_ARGS+=--enable-gtkfe --disable-sysinfo
-USE_GMAKE= yes
INSTALLS_ICONS= yes
LDFLAGS+= -pthread
@@ -111,7 +109,7 @@ PLIST_SUB+= PYTHON="@comment "
.endif
.if ${PORT_OPTIONS:MPERL}
-USE_PERL5= yes
+USES+= perl5
CONFIGURE_ARGS+=--enable-perl
PLIST_SUB+= PERL=""
.else