1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-23 09:10:43 +00:00

Add --enable-zvt if compiled with GNOME support so things will work

properly.

PR:		31133
Submitted by:	TOGAWA Satoshi <toga@puyo.org>
This commit is contained in:
Jim Mock 2001-10-09 21:11:40 +00:00
parent a8c3678eaf
commit 53d11f9ce2
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=48626
4 changed files with 16 additions and 8 deletions

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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