diff options
author | Jim Mock <jim@FreeBSD.org> | 2001-10-09 21:11:40 +0000 |
---|---|---|
committer | Jim Mock <jim@FreeBSD.org> | 2001-10-09 21:11:40 +0000 |
commit | 53d11f9ce2f4f22f6905b962d9f634b5915ddf44 (patch) | |
tree | 88310a5c87926b97b755299024097bb0b7d0bce6 /irc | |
parent | a8c3678eaf65adb4667a58391523afc347fe4574 (diff) | |
download | ports-53d11f9ce2f4f22f6905b962d9f634b5915ddf44.tar.gz ports-53d11f9ce2f4f22f6905b962d9f634b5915ddf44.zip |
Notes
Diffstat (limited to 'irc')
-rw-r--r-- | irc/xchat-gnome/Makefile | 6 | ||||
-rw-r--r-- | irc/xchat/Makefile | 6 | ||||
-rw-r--r-- | irc/xchat1/Makefile | 6 | ||||
-rw-r--r-- | irc/xchat2/Makefile | 6 |
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 |