diff options
author | az <az@FreeBSD.org> | 2013-09-16 23:42:40 +0800 |
---|---|---|
committer | az <az@FreeBSD.org> | 2013-09-16 23:42:40 +0800 |
commit | 82dcc39c53da98280dd9caa1259dc4067e2b6fc6 (patch) | |
tree | 8ecfcfa3b923a4f09a3d580a3446ab33b76fbaf7 /irc/hexchat | |
parent | 1f1883a72bab9c644a838bc241ccd389428c0df1 (diff) | |
download | freebsd-ports-gnome-82dcc39c53da98280dd9caa1259dc4067e2b6fc6.tar.gz freebsd-ports-gnome-82dcc39c53da98280dd9caa1259dc4067e2b6fc6.tar.zst freebsd-ports-gnome-82dcc39c53da98280dd9caa1259dc4067e2b6fc6.zip |
- convert to the new perl5 framework
- convert USE_GMAKE to Uses
Approved by: portmgr (bapt@, blanket)
Diffstat (limited to 'irc/hexchat')
-rw-r--r-- | irc/hexchat/Makefile | 6 |
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 |