diff options
author | jim <jim@FreeBSD.org> | 1999-10-19 07:20:32 +0800 |
---|---|---|
committer | jim <jim@FreeBSD.org> | 1999-10-19 07:20:32 +0800 |
commit | 396f9fa253a4548cce2e8fc15b42ddfe701f99ef (patch) | |
tree | f7d427ba511aad565b55735fc11e814220ab186d /irc/irssi-devel/Makefile | |
parent | 02590d545e6a19c1fe87130397c45f0183031ba5 (diff) | |
download | freebsd-ports-gnome-396f9fa253a4548cce2e8fc15b42ddfe701f99ef.tar.gz freebsd-ports-gnome-396f9fa253a4548cce2e8fc15b42ddfe701f99ef.tar.zst freebsd-ports-gnome-396f9fa253a4548cce2e8fc15b42ddfe701f99ef.zip |
Updated to version 0.7.17
Diffstat (limited to 'irc/irssi-devel/Makefile')
-rw-r--r-- | irc/irssi-devel/Makefile | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/irc/irssi-devel/Makefile b/irc/irssi-devel/Makefile index 6e1b50c3add2..3f59d15ff283 100644 --- a/irc/irssi-devel/Makefile +++ b/irc/irssi-devel/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) |