summaryrefslogtreecommitdiff
path: root/irc
diff options
context:
space:
mode:
authorJim Mock <jim@FreeBSD.org>2001-10-09 21:11:40 +0000
committerJim Mock <jim@FreeBSD.org>2001-10-09 21:11:40 +0000
commit53d11f9ce2f4f22f6905b962d9f634b5915ddf44 (patch)
tree88310a5c87926b97b755299024097bb0b7d0bce6 /irc
parentAdd p5-Graph, the Perl module for graph operations. (diff)
Add --enable-zvt if compiled with GNOME support so things will work
properly. PR: 31133 Submitted by: TOGAWA Satoshi <toga@puyo.org>
Notes
Notes: svn path=/head/; revision=48626
Diffstat (limited to 'irc')
-rw-r--r--irc/xchat-gnome/Makefile6
-rw-r--r--irc/xchat/Makefile6
-rw-r--r--irc/xchat1/Makefile6
-rw-r--r--irc/xchat2/Makefile6
4 files changed, 16 insertions, 8 deletions
diff --git a/irc/xchat-gnome/Makefile b/irc/xchat-gnome/Makefile
index 096e76d5024b..dc0b49b6a3ac 100644
--- a/irc/xchat-gnome/Makefile
+++ b/irc/xchat-gnome/Makefile
@@ -7,6 +7,7 @@
PORTNAME= xchat
PORTVERSION= 1.8.4
+PORTREVISION= 1
CATEGORIES+= irc gnome ipv6
MASTER_SITES= http://xchat.org/files/source/1.8/ \
http://xchat.linuxpower.org/files/source/1.8/
@@ -52,10 +53,11 @@ CONFIGURE_ARGS+= --enable-openssl
.if defined(HAVE_GNOME)
USE_GNOME= yes
-CONFIGURE_ARGS+= --enable-gnome --enable-panel --enable-gdk-pixbuf
+CONFIGURE_ARGS+= --enable-gnome --enable-panel --enable-gdk-pixbuf \
+ --enable-zvt
MAKE_ARGS= icondir="${PREFIX}/share/gnome/pixmaps"
.else
-CONFIGURE_ARGS+= --disable-gnome --disable-gdk-pixbuf
+CONFIGURE_ARGS+= --disable-gnome --disable-gdk-pixbuf --disable-zvt
.endif
.if ${OSVERSION} < 500007
diff --git a/irc/xchat/Makefile b/irc/xchat/Makefile
index 096e76d5024b..dc0b49b6a3ac 100644
--- a/irc/xchat/Makefile
+++ b/irc/xchat/Makefile
@@ -7,6 +7,7 @@
PORTNAME= xchat
PORTVERSION= 1.8.4
+PORTREVISION= 1
CATEGORIES+= irc gnome ipv6
MASTER_SITES= http://xchat.org/files/source/1.8/ \
http://xchat.linuxpower.org/files/source/1.8/
@@ -52,10 +53,11 @@ CONFIGURE_ARGS+= --enable-openssl
.if defined(HAVE_GNOME)
USE_GNOME= yes
-CONFIGURE_ARGS+= --enable-gnome --enable-panel --enable-gdk-pixbuf
+CONFIGURE_ARGS+= --enable-gnome --enable-panel --enable-gdk-pixbuf \
+ --enable-zvt
MAKE_ARGS= icondir="${PREFIX}/share/gnome/pixmaps"
.else
-CONFIGURE_ARGS+= --disable-gnome --disable-gdk-pixbuf
+CONFIGURE_ARGS+= --disable-gnome --disable-gdk-pixbuf --disable-zvt
.endif
.if ${OSVERSION} < 500007
diff --git a/irc/xchat1/Makefile b/irc/xchat1/Makefile
index 096e76d5024b..dc0b49b6a3ac 100644
--- a/irc/xchat1/Makefile
+++ b/irc/xchat1/Makefile
@@ -7,6 +7,7 @@
PORTNAME= xchat
PORTVERSION= 1.8.4
+PORTREVISION= 1
CATEGORIES+= irc gnome ipv6
MASTER_SITES= http://xchat.org/files/source/1.8/ \
http://xchat.linuxpower.org/files/source/1.8/
@@ -52,10 +53,11 @@ CONFIGURE_ARGS+= --enable-openssl
.if defined(HAVE_GNOME)
USE_GNOME= yes
-CONFIGURE_ARGS+= --enable-gnome --enable-panel --enable-gdk-pixbuf
+CONFIGURE_ARGS+= --enable-gnome --enable-panel --enable-gdk-pixbuf \
+ --enable-zvt
MAKE_ARGS= icondir="${PREFIX}/share/gnome/pixmaps"
.else
-CONFIGURE_ARGS+= --disable-gnome --disable-gdk-pixbuf
+CONFIGURE_ARGS+= --disable-gnome --disable-gdk-pixbuf --disable-zvt
.endif
.if ${OSVERSION} < 500007
diff --git a/irc/xchat2/Makefile b/irc/xchat2/Makefile
index 096e76d5024b..dc0b49b6a3ac 100644
--- a/irc/xchat2/Makefile
+++ b/irc/xchat2/Makefile
@@ -7,6 +7,7 @@
PORTNAME= xchat
PORTVERSION= 1.8.4
+PORTREVISION= 1
CATEGORIES+= irc gnome ipv6
MASTER_SITES= http://xchat.org/files/source/1.8/ \
http://xchat.linuxpower.org/files/source/1.8/
@@ -52,10 +53,11 @@ CONFIGURE_ARGS+= --enable-openssl
.if defined(HAVE_GNOME)
USE_GNOME= yes
-CONFIGURE_ARGS+= --enable-gnome --enable-panel --enable-gdk-pixbuf
+CONFIGURE_ARGS+= --enable-gnome --enable-panel --enable-gdk-pixbuf \
+ --enable-zvt
MAKE_ARGS= icondir="${PREFIX}/share/gnome/pixmaps"
.else
-CONFIGURE_ARGS+= --disable-gnome --disable-gdk-pixbuf
+CONFIGURE_ARGS+= --disable-gnome --disable-gdk-pixbuf --disable-zvt
.endif
.if ${OSVERSION} < 500007