diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2000-10-01 14:53:01 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2000-10-01 14:53:01 +0000 |
commit | c06bee8627cca34f20ebf3cc667bc7a3a3344db9 (patch) | |
tree | 97e300d8fd4182fd6f5226f68113be71397cdd07 /irc/xchat2/Makefile | |
parent | Update to version 0.3.0 (diff) |
Prepare for slave (satellite) ports.
Approved by: jim (MAINTAINER)
Notes
Notes:
svn path=/head/; revision=33288
Diffstat (limited to 'irc/xchat2/Makefile')
-rw-r--r-- | irc/xchat2/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/irc/xchat2/Makefile b/irc/xchat2/Makefile index f3428d49c118..dd26f377bc1b 100644 --- a/irc/xchat2/Makefile +++ b/irc/xchat2/Makefile @@ -7,7 +7,7 @@ PORTNAME= xchat PORTVERSION= 1.4.3 -CATEGORIES= irc gnome +CATEGORIES+= irc gnome MASTER_SITES= http://xchat.org/files/source/1.4/ \ http://xchat.linuxpower.org/files/source/1.4/ @@ -16,7 +16,7 @@ MAINTAINER= jim@FreeBSD.org .if defined(WITH_SOCKS) BUILD_DEPENDS+= ${LOCALBASE}/lib/libsocks5.a:${PORTSDIR}/net/socks5 .endif -LIB_DEPENDS= gtk12.2:${PORTSDIR}/x11-toolkits/gtk12 \ +LIB_DEPENDS+= gtk12.2:${PORTSDIR}/x11-toolkits/gtk12 \ Imlib.5:${PORTSDIR}/graphics/imlib .if defined(WITH_GNOME) LIB_DEPENDS+= gnome.4:${PORTSDIR}/x11/gnomelibs @@ -28,7 +28,6 @@ WITH_PANEL= YES LIB_DEPENDS+= panel_applet.4:${PORTSDIR}/x11/gnomecore .endif - GTK_CONFIG?= ${X11BASE}/bin/gtk12-config GLIB_CONFIG?= ${LOCALBASE}/bin/glib12-config @@ -37,7 +36,7 @@ USE_BZIP2= yes USE_GMAKE= yes USE_PERL5= yes GNU_CONFIGURE= yes -CONFIGURE_ARGS= --disable-python +CONFIGURE_ARGS+= --disable-python .if defined(WITH_SOCKS) CONFIGURE_ARGS+= --enable-socks |