summaryrefslogtreecommitdiff
path: root/irc/irssi-devel/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'irc/irssi-devel/Makefile')
-rw-r--r--irc/irssi-devel/Makefile8
1 files changed, 5 insertions, 3 deletions
diff --git a/irc/irssi-devel/Makefile b/irc/irssi-devel/Makefile
index 7757753da1f0..8606aa507789 100644
--- a/irc/irssi-devel/Makefile
+++ b/irc/irssi-devel/Makefile
@@ -1,12 +1,13 @@
# New ports collection makefile for: irssi
-# Version required: 0.7.14
+# Version required: 0.7.15-2
# Date created: 14 Apr 1999
# Whom: Jim Mock <jim@FreeBSD.org>
#
# $FreeBSD$
#
-DISTNAME= irssi-0.7.14
+DISTNAME= irssi-0.7.15-2
+PKGNAME= irssi-0.7.15
CATEGORIES= irc
MASTER_SITES= http://xlife.dhs.org/irssi/files/
@@ -18,6 +19,7 @@ LIB_DEPENDS= gtk12.2:${PORTSDIR}/x11-toolkits/gtk12 \
GTK_CONFIG?= ${X11BASE}/bin/gtk12-config
GLIB_CONFIG?= ${LOCALBASE}/bin/glib12-config
+WRKSRC= ${WRKDIR}/${PKGNAME}
USE_BZIP2= yes
USE_GMAKE= yes
USE_PERL5= yes
@@ -26,7 +28,7 @@ USE_LIBTOOL= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --without-pthreads --without-socks --without-textui \
- --with-proplist=${LOCALBASE}
+ --with-proplist=${LOCALBASE} --without-servertest
.if defined(USE_GNOME)
CONFIGURE_ARGS+= --with-gnome