diff options
author | Andrej Zverev <az@FreeBSD.org> | 2013-09-12 17:55:41 +0000 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2013-09-12 17:55:41 +0000 |
commit | 184fe8daa42501edf954dd180c45af4c0ac1b31a (patch) | |
tree | 3c4966978dcdbf09071760438b6641e1107e1d97 /irc/xchat | |
parent | 276f6257d405061578189f52bb452e638cd60267 (diff) | |
download | ports-184fe8daa42501edf954dd180c45af4c0ac1b31a.tar.gz ports-184fe8daa42501edf954dd180c45af4c0ac1b31a.zip |
Notes
Diffstat (limited to 'irc/xchat')
-rw-r--r-- | irc/xchat/Makefile | 6 |
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 |