diff options
Diffstat (limited to 'irc/hexchat/Makefile')
-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 ab47c2a22679..87da7f362c31 100644 --- a/irc/hexchat/Makefile +++ b/irc/hexchat/Makefile @@ -3,9 +3,8 @@ PORTNAME= hexchat PORTVERSION= 2.12.4 +DISTVERSIONPREFIX= v CATEGORIES= irc gnome ipv6 -MASTER_SITES= https://github.com/${PORTNAME}/${PORTNAME}/archive/ -DISTNAME= v${PORTVERSION} MAINTAINER= pkubaj@anongoth.pl COMMENT= IRC chat program with GTK and Text Frontend @@ -19,11 +18,10 @@ LIB_DEPENDS= libproxy.so:net/libproxy \ libdbus-1.so:devel/dbus \ libfreetype.so:print/freetype2 -WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} - USES= autoreconf gmake desktop-file-utils libtool pkgconfig ssl USE_GNOME= cairo gtk20 intltool libxml2 USE_XORG= x11 +USE_GITHUB= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-openssl --enable-gtkfe --disable-sysinfo \ --with-pkgconfigdir=${LOCALBASE}/libdata/pkgconfig \ |