diff options
author | mharo <mharo@FreeBSD.org> | 1999-04-22 15:57:18 +0800 |
---|---|---|
committer | mharo <mharo@FreeBSD.org> | 1999-04-22 15:57:18 +0800 |
commit | 66cb5594d933c05d7f994b8c720b80cee9a06123 (patch) | |
tree | 4394958d94bf559d99ee87df55cb460ed8019423 /net/wireshark | |
parent | 0e6225157271ba2f410d476e2356b79c310f2659 (diff) | |
download | freebsd-ports-gnome-66cb5594d933c05d7f994b8c720b80cee9a06123.tar.gz freebsd-ports-gnome-66cb5594d933c05d7f994b8c720b80cee9a06123.tar.zst freebsd-ports-gnome-66cb5594d933c05d7f994b8c720b80cee9a06123.zip |
gtk11 -> gtk12
Diffstat (limited to 'net/wireshark')
-rw-r--r-- | net/wireshark/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/net/wireshark/Makefile b/net/wireshark/Makefile index 29fe4394c256..d26fd4dfd03d 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 |