diff options
author | Michael Haro <mharo@FreeBSD.org> | 1999-04-22 07:57:18 +0000 |
---|---|---|
committer | Michael Haro <mharo@FreeBSD.org> | 1999-04-22 07:57:18 +0000 |
commit | aa3374648f4630a63d9310ed6159cd4236c36d62 (patch) | |
tree | 8c8d4a4dc00cb61843a1f2ae7c7f43909142ed85 /net/ethereal | |
parent | 19065e7ceb6293336c9107c4a53a5c95b8bd2be5 (diff) | |
download | ports-aa3374648f4630a63d9310ed6159cd4236c36d62.tar.gz ports-aa3374648f4630a63d9310ed6159cd4236c36d62.zip |
Notes
Diffstat (limited to 'net/ethereal')
-rw-r--r-- | net/ethereal/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/net/ethereal/Makefile b/net/ethereal/Makefile index 29fe4394c256..d26fd4dfd03d 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 |