summaryrefslogtreecommitdiff
path: root/irc/irssi/Makefile
diff options
context:
space:
mode:
authorJim Mock <jim@FreeBSD.org>1999-10-18 23:20:32 +0000
committerJim Mock <jim@FreeBSD.org>1999-10-18 23:20:32 +0000
commite63c6b6ee70e43f8b5e6d5aa364e454595f252dc (patch)
tree889d5527518a2e14512174ba83a668b343adeb1e /irc/irssi/Makefile
parentUpdate to new version 1.0.5. (diff)
Updated to version 0.7.17
Notes
Notes: svn path=/head/; revision=22511
Diffstat (limited to 'irc/irssi/Makefile')
-rw-r--r--irc/irssi/Makefile9
1 files changed, 6 insertions, 3 deletions
diff --git a/irc/irssi/Makefile b/irc/irssi/Makefile
index 6e1b50c3add2..3f59d15ff283 100644
--- a/irc/irssi/Makefile
+++ b/irc/irssi/Makefile
@@ -1,12 +1,12 @@
# New ports collection makefile for: irssi
-# Version required: 0.7.16
+# Version required: 0.7.17
# Date created: 14 Apr 1999
# Whom: Jim Mock <jim@FreeBSD.org>
#
# $FreeBSD$
#
-DISTNAME= irssi-0.7.16
+DISTNAME= irssi-0.7.17
CATEGORIES= irc
MASTER_SITES= http://xlife.dhs.org/irssi/files/
@@ -14,6 +14,9 @@ MAINTAINER= jim@FreeBSD.org
LIB_DEPENDS= gtk12.2:${PORTSDIR}/x11-toolkits/gtk12 \
PropList.2:${PORTSDIR}/devel/libPropList
+.if defined(USE_GNOME)
+LIB_DEPENDS+= gnome.3:${PORTSDIR}/x11/gnomelibs
+.endif
GTK_CONFIG?= ${X11BASE}/bin/gtk12-config
GLIB_CONFIG?= ${LOCALBASE}/bin/glib12-config
@@ -26,7 +29,7 @@ USE_X_PREFIX= yes
USE_LIBTOOL= yes
GNU_CONFIGURE= yes
-CONFIGURE_ARGS= --without-pthreads --without-socks --without-textui \
+CONFIGURE_ARGS= --without-pthreads --without-socks --with-textui \
--with-proplist=${LOCALBASE} --without-servertest
.if defined(USE_GNOME)