diff options
author | Jim Mock <jim@FreeBSD.org> | 2000-08-26 06:54:13 +0000 |
---|---|---|
committer | Jim Mock <jim@FreeBSD.org> | 2000-08-26 06:54:13 +0000 |
commit | 108db94137a8603a0f087d706338cec27c2900a2 (patch) | |
tree | fb69ccbe4c006ad6aa7c1ebfbca7e9d50e4e9b72 /irc/xchat2/Makefile | |
parent | Update to version 0.7.95-3. (diff) |
Knock the version back to 1.4.2 due to popular demand. There is now an
xchat-devel port for those who want the latest version.
Notes
Notes:
svn path=/head/; revision=31988
Diffstat (limited to 'irc/xchat2/Makefile')
-rw-r--r-- | irc/xchat2/Makefile | 17 |
1 files changed, 3 insertions, 14 deletions
diff --git a/irc/xchat2/Makefile b/irc/xchat2/Makefile index 3decc006b2ef..481639c0f8fc 100644 --- a/irc/xchat2/Makefile +++ b/irc/xchat2/Makefile @@ -6,10 +6,10 @@ # PORTNAME= xchat -PORTVERSION= 1.5.6 +PORTVERSION= 1.4.2 CATEGORIES= irc gnome -MASTER_SITES= http://xchat.org/files/source/1.5/ \ - http://xchat.linuxpower.org/files/source/1.5/ +MASTER_SITES= http://xchat.org/files/source/1.4/ \ + http://xchat.linuxpower.org/files/source/1.4/ MAINTAINER= jim@FreeBSD.org @@ -28,13 +28,9 @@ WITH_PANEL= YES LIB_DEPENDS+= panel_applet.4:${PORTSDIR}/x11/gnomecore .endif -.if defined(WITH_GDK_PIXBUF) -LIB_DEPENDS+= gdk_pixbuf.2:${PORTSDIR}/graphics/gdk-pixbuf -.endif GTK_CONFIG?= ${X11BASE}/bin/gtk12-config GLIB_CONFIG?= ${LOCALBASE}/bin/glib12-config -GDK_PIXBUF_CONFIG?= ${X11BASE}/bin/gdk-pixbuf-config USE_X_PREFIX= yes USE_BZIP2= yes @@ -58,16 +54,9 @@ CONFIGURE_ARGS+= --disable-panel CONFIGURE_ARGS+= --disable-gnome .endif -.if defined(WITH_GDK_PIXBUF) -CONFIGURE_ARGS+= --enable-gdk-pixbuf -.else -CONFIGURE_ARGS+= --disable-gdk-pixbuf -.endif - CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ GTK_CONFIG="${GTK_CONFIG}" \ GLIB_CONFIG="${GLIB_CONFIG}" \ - GDK_PIXBUF_CONFIG="${GDK_PIXBUF_CONFIG}" \ LIBS="-L${LOCALBASE}/lib" .if defined(WITH_GNOME) |