summaryrefslogtreecommitdiff
path: root/irc/xchat/Makefile
diff options
context:
space:
mode:
authorAndrej Zverev <az@FreeBSD.org>2013-09-12 17:55:41 +0000
committerAndrej Zverev <az@FreeBSD.org>2013-09-12 17:55:41 +0000
commit184fe8daa42501edf954dd180c45af4c0ac1b31a (patch)
tree3c4966978dcdbf09071760438b6641e1107e1d97 /irc/xchat/Makefile
parentFix build with libc++ (diff)
- convert to the new perl5 framework
- convert USE_GMAKE to Uses Reviewed by: kwm@ Approved by: kwm@ (gnome@)
Notes
Notes: svn path=/head/; revision=327099
Diffstat (limited to 'irc/xchat/Makefile')
-rw-r--r--irc/xchat/Makefile6
1 files changed, 2 insertions, 4 deletions
diff --git a/irc/xchat/Makefile b/irc/xchat/Makefile
index 2a5ad963e59e..d69b00f328cc 100644
--- a/irc/xchat/Makefile
+++ b/irc/xchat/Makefile
@@ -18,14 +18,12 @@ LICENSE_FILE= ${WRKSRC}/COPYING
CONFLICTS= xchat-1* xchat-systray-plugin-[0-9]*
USE_BZIP2= yes
-USE_GMAKE= yes
-USES= gettext pkgconfig
+USES= gettext pkgconfig gmake
USE_GNOME= gnomehack gtk20
GNU_CONFIGURE= yes
CONFIGURE_ENV= LIBS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}"
CPPFLAGS+= -I${LOCALBASE}/include ${PTHREAD_CFLAGS}
CONFIGURE_ARGS= --enable-ipv6
-WANT_PERL= yes
OPTIONS_DEFINE= DBUS NOTIFY PERL PYTHON SOCKS TCL
OPTIONS_DEFAULT=DBUS GTKSPELL PERL
@@ -66,7 +64,7 @@ RUN_DEPENDS+= notify-send:${PORTSDIR}/devel/libnotify \
.endif
.if ${PORT_OPTIONS:MPERL}
-USE_PERL5= yes
+USES+= perl5
CONFIGURE_ARGS+=--enable-perl
PLIST_SUB+= PERL=""
.else