aboutsummaryrefslogtreecommitdiffstats
path: root/irc/weechat-devel
diff options
context:
space:
mode:
authoraz <az@FreeBSD.org>2013-09-17 01:03:42 +0800
committeraz <az@FreeBSD.org>2013-09-17 01:03:42 +0800
commit07673ea56e79850a055955863f379793fb272d54 (patch)
tree9b94453d2ae9c02c16c1562358f70fdbdeba9e53 /irc/weechat-devel
parente727b45488cd2ddb6cec7ed27719fb23fb0b606a (diff)
downloadfreebsd-ports-gnome-07673ea56e79850a055955863f379793fb272d54.tar.gz
freebsd-ports-gnome-07673ea56e79850a055955863f379793fb272d54.tar.zst
freebsd-ports-gnome-07673ea56e79850a055955863f379793fb272d54.zip
- convert to the new perl5 framework
- convert USE_GMAKE to Uses Approved by: portmgr (bapt@, blanket)
Diffstat (limited to 'irc/weechat-devel')
-rw-r--r--irc/weechat-devel/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/irc/weechat-devel/Makefile b/irc/weechat-devel/Makefile
index 602ce6b929ee..8f777bcaf3db 100644
--- a/irc/weechat-devel/Makefile
+++ b/irc/weechat-devel/Makefile
@@ -20,7 +20,6 @@ USE_LDCONFIG= yes
USES= cmake iconv
CMAKE_ARGS+= -DENABLE_GUILE=no
CFLAGS+= -I${LOCALBASE}/include -L${LOCALBASE}/lib
-WANT_PERL= yes
LIB_DEPENDS+= curl:${PORTSDIR}/ftp/curl \
gcrypt:${PORTSDIR}/security/libgcrypt
@@ -102,7 +101,7 @@ CMAKE_ARGS+= -DENABLE_GNUTLS=no
.endif
.if ${PORT_OPTIONS:MPERL}
-USE_PERL5= yes
+USES+= perl5
PLIST_SUB+= PERL=""
.else
CMAKE_ARGS+= -DENABLE_PERL=no