aboutsummaryrefslogtreecommitdiffstats
path: root/irc/xchat1/Makefile
diff options
context:
space:
mode:
authorjim <jim@FreeBSD.org>2000-08-26 14:54:13 +0800
committerjim <jim@FreeBSD.org>2000-08-26 14:54:13 +0800
commita33382304a238e42cb8488e423e06822490b7390 (patch)
tree75587b236ff3e75b5bd430cb2c2d1c976dadb30a /irc/xchat1/Makefile
parent37c5b2ad3e826c84f99c33329ca89a04c7441089 (diff)
downloadfreebsd-ports-graphics-a33382304a238e42cb8488e423e06822490b7390.tar.gz
freebsd-ports-graphics-a33382304a238e42cb8488e423e06822490b7390.tar.zst
freebsd-ports-graphics-a33382304a238e42cb8488e423e06822490b7390.zip
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.
Diffstat (limited to 'irc/xchat1/Makefile')
-rw-r--r--irc/xchat1/Makefile17
1 files changed, 3 insertions, 14 deletions
diff --git a/irc/xchat1/Makefile b/irc/xchat1/Makefile
index 3decc006b2e..481639c0f8f 100644
--- a/irc/xchat1/Makefile
+++ b/irc/xchat1/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)