summaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
authormharo <mharo@FreeBSD.org>1999-04-22 07:57:18 +0000
committermharo <mharo@FreeBSD.org>1999-04-22 07:57:18 +0000
commit66cb5594d933c05d7f994b8c720b80cee9a06123 (patch)
tree4394958d94bf559d99ee87df55cb460ed8019423 /net
parent0e6225157271ba2f410d476e2356b79c310f2659 (diff)
downloadFreeBSD-ports-66cb5594d933c05d7f994b8c720b80cee9a06123.zip
FreeBSD-ports-66cb5594d933c05d7f994b8c720b80cee9a06123.tar.gz
gtk11 -> gtk12
Diffstat (limited to 'net')
-rw-r--r--net/ethereal/Makefile8
-rw-r--r--net/ggsd/Makefile4
-rw-r--r--net/ggsd/files/patch-aa4
-rw-r--r--net/wireshark/Makefile8
4 files changed, 12 insertions, 12 deletions
diff --git a/net/ethereal/Makefile b/net/ethereal/Makefile
index 29fe439..d26fd4df 100644
--- a/net/ethereal/Makefile
+++ b/net/ethereal/Makefile
@@ -3,7 +3,7 @@
# Date created: 10 August 1998
# Whom: Bill Fumerola <billf@chc-chimes.com>
#
-# $Id: Makefile,v 1.7 1998/11/23 18:22:53 vanilla Exp $
+# $Id: Makefile,v 1.8 1999/01/05 13:49:59 vanilla Exp $
#
DISTNAME= ethereal-0.5.1
@@ -13,12 +13,12 @@ MASTER_SITES= http://ethereal.zing.org/distribution/ \
MAINTAINER= billf@FreeBSD.ORG
-LIB_DEPENDS= gtk11d.1:${PORTSDIR}/x11-toolkits/gtk11-devel
+LIB_DEPENDS= gtk12.1:${PORTSDIR}/x11-toolkits/gtk12
USE_X_PREFIX= yes
GNU_CONFIGURE= yes
-CONFIGURE_ENV= GTK_CONFIG="${X11BASE}/bin/gtk11d-config" \
- GLIB_CONFIG="${LOCALBASE}/bin/glib11d-config"
+CONFIGURE_ENV= GTK_CONFIG="${X11BASE}/bin/gtk12-config" \
+ GLIB_CONFIG="${LOCALBASE}/bin/glib12-config"
MAN1= ethereal.1
diff --git a/net/ggsd/Makefile b/net/ggsd/Makefile
index 5fc0717..be1367f 100644
--- a/net/ggsd/Makefile
+++ b/net/ggsd/Makefile
@@ -3,7 +3,7 @@
# Date created: 14 February 1999
# Whom: Dima Sivachenko <dima@chg.ru>
#
-# $Id: Makefile,v 1.1.1.1 1999/02/27 18:04:08 billf Exp $
+# $Id: Makefile,v 1.2 1999/02/27 19:32:09 billf Exp $
#
DISTNAME= ggsd
@@ -16,7 +16,7 @@ EXTRACT_SUFX= .tar
MAINTAINER= dima@chg.ru
-LIB_DEPENDS= gtk11.1:${PORTSDIR}/x11-toolkits/gtk11
+LIB_DEPENDS= gtk12.1:${PORTSDIR}/x11-toolkits/gtk12
WRKSRC= ${WRKDIR}/GGSD
EXTRACT_CMD= ${TAR}
diff --git a/net/ggsd/files/patch-aa b/net/ggsd/files/patch-aa
index e1d93ee..8fe37df 100644
--- a/net/ggsd/files/patch-aa
+++ b/net/ggsd/files/patch-aa
@@ -5,7 +5,7 @@
-CFLAGS=-Wall -O -DUSE_GUI `gtk-config --cflags` -DVERSION=\"0.1\"
-LIBS=`gtk-config --libs`
+CFLAGS?=-O
-+CFLAGS+=-Wall -DUSE_GUI `gtk11-config --cflags` -DVERSION=\"0.1\"
-+LIBS=`gtk11-config --libs`
++CFLAGS+=-Wall -DUSE_GUI `gtk12-config --cflags` -DVERSION=\"0.1\"
++LIBS=`gtk12-config --libs`
all:
diff --git a/net/wireshark/Makefile b/net/wireshark/Makefile
index 29fe439..d26fd4df 100644
--- a/net/wireshark/Makefile
+++ b/net/wireshark/Makefile
@@ -3,7 +3,7 @@
# Date created: 10 August 1998
# Whom: Bill Fumerola <billf@chc-chimes.com>
#
-# $Id: Makefile,v 1.7 1998/11/23 18:22:53 vanilla Exp $
+# $Id: Makefile,v 1.8 1999/01/05 13:49:59 vanilla Exp $
#
DISTNAME= ethereal-0.5.1
@@ -13,12 +13,12 @@ MASTER_SITES= http://ethereal.zing.org/distribution/ \
MAINTAINER= billf@FreeBSD.ORG
-LIB_DEPENDS= gtk11d.1:${PORTSDIR}/x11-toolkits/gtk11-devel
+LIB_DEPENDS= gtk12.1:${PORTSDIR}/x11-toolkits/gtk12
USE_X_PREFIX= yes
GNU_CONFIGURE= yes
-CONFIGURE_ENV= GTK_CONFIG="${X11BASE}/bin/gtk11d-config" \
- GLIB_CONFIG="${LOCALBASE}/bin/glib11d-config"
+CONFIGURE_ENV= GTK_CONFIG="${X11BASE}/bin/gtk12-config" \
+ GLIB_CONFIG="${LOCALBASE}/bin/glib12-config"
MAN1= ethereal.1
OpenPOWER on IntegriCloud