aboutsummaryrefslogtreecommitdiff
path: root/irc/irssi/Makefile
diff options
context:
space:
mode:
authorJim Mock <jim@FreeBSD.org>2000-01-24 20:34:23 +0000
committerJim Mock <jim@FreeBSD.org>2000-01-24 20:34:23 +0000
commit89ee0dfbbb4e5413da3d6ef7c115c4bd9068cf88 (patch)
treef9cb27c69e5d84497a7eb0d2a9dc0346fe801488 /irc/irssi/Makefile
parent6d775b4ffd2ac06ccadc1e8d59f2770e8ce0fe9c (diff)
downloadports-89ee0dfbbb4e5413da3d6ef7c115c4bd9068cf88.tar.gz
ports-89ee0dfbbb4e5413da3d6ef7c115c4bd9068cf88.zip
Notes
Diffstat (limited to 'irc/irssi/Makefile')
-rw-r--r--irc/irssi/Makefile8
1 files changed, 6 insertions, 2 deletions
diff --git a/irc/irssi/Makefile b/irc/irssi/Makefile
index 4d7793ea1719..5b304d3e4270 100644
--- a/irc/irssi/Makefile
+++ b/irc/irssi/Makefile
@@ -1,12 +1,12 @@
# New ports collection makefile for: irssi
-# Version required: 0.7.22
+# Version required: 0.7.23
# Date created: 14 Apr 1999
# Whom: Jim Mock <jim@FreeBSD.org>
#
# $FreeBSD$
#
-DISTNAME= irssi-0.7.22
+DISTNAME= irssi-0.7.23
CATEGORIES= irc ipv6
MASTER_SITES= http://xlife.dhs.org/irssi/files/
@@ -33,6 +33,10 @@ CONFIGURE_ARGS= --without-pthreads --without-socks --with-textui \
--with-proplist=${LOCALBASE} --without-servertest \
--disable-nls
+.if defined(USE_GNOME)
+PLIST= ${PKGDIR}/PLIST.gnome
+.endif
+
.include <bsd.port.pre.mk>
.if ${OSVERSION} >= 400014