diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 1999-01-05 13:50:00 +0000 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 1999-01-05 13:50:00 +0000 |
commit | f56ea1a53140c40c4ea701b30cba9a4db35d74ec (patch) | |
tree | eb2620d50c8e2307143f6fd5e90bdf740c4eee6f /net/wireshark/Makefile | |
parent | e8955b8b42b2ad92a40123e7da03977a79e3ecda (diff) | |
download | ports-f56ea1a53140c40c4ea701b30cba9a4db35d74ec.tar.gz ports-f56ea1a53140c40c4ea701b30cba9a4db35d74ec.zip |
Notes
Diffstat (limited to 'net/wireshark/Makefile')
-rw-r--r-- | net/wireshark/Makefile | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/net/wireshark/Makefile b/net/wireshark/Makefile index fa80745cd98e..29fe4394c256 100644 --- a/net/wireshark/Makefile +++ b/net/wireshark/Makefile @@ -1,22 +1,24 @@ # New ports collection makefile for: ethereal -# Version required: 0.5.0 +# Version required: 0.5.1 # Date created: 10 August 1998 # Whom: Bill Fumerola <billf@chc-chimes.com> # -# $Id: Makefile,v 1.6 1998/11/11 21:47:04 billf Exp $ +# $Id: Makefile,v 1.7 1998/11/23 18:22:53 vanilla Exp $ # -DISTNAME= ethereal-0.5.0 +DISTNAME= ethereal-0.5.1 CATEGORIES= net MASTER_SITES= http://ethereal.zing.org/distribution/ \ http://ethereal.boehm.org/distribution/ MAINTAINER= billf@FreeBSD.ORG -LIB_DEPENDS= gtk.1:${PORTSDIR}/x11-toolkits/gtk +LIB_DEPENDS= gtk11d.1:${PORTSDIR}/x11-toolkits/gtk11-devel USE_X_PREFIX= yes GNU_CONFIGURE= yes +CONFIGURE_ENV= GTK_CONFIG="${X11BASE}/bin/gtk11d-config" \ + GLIB_CONFIG="${LOCALBASE}/bin/glib11d-config" MAN1= ethereal.1 |