diff options
author | Bill Fumerola <billf@FreeBSD.org> | 1999-08-05 20:14:21 +0000 |
---|---|---|
committer | Bill Fumerola <billf@FreeBSD.org> | 1999-08-05 20:14:21 +0000 |
commit | d7bc899542849a06dc94108557d0200433778d6c (patch) | |
tree | b0eafddced5de7c25c0f44a8d32883a5a21de42b /net/wireshark/Makefile | |
parent | fec0b6e7b558e27790d043f6969897f0607c54e8 (diff) | |
download | ports-d7bc899542849a06dc94108557d0200433778d6c.tar.gz ports-d7bc899542849a06dc94108557d0200433778d6c.zip |
Notes
Diffstat (limited to 'net/wireshark/Makefile')
-rw-r--r-- | net/wireshark/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/net/wireshark/Makefile b/net/wireshark/Makefile index a59526be11d6..1c4c0eb6c2a4 100644 --- a/net/wireshark/Makefile +++ b/net/wireshark/Makefile @@ -3,10 +3,10 @@ # Date created: 10 August 1998 # Whom: Bill Fumerola <billf@chc-chimes.com> # -# $Id: Makefile,v 1.11 1999/05/29 03:55:12 steve Exp $ +# $Id: Makefile,v 1.12 1999/07/15 12:13:43 obrien Exp $ # -DISTNAME= ethereal-0.6.3 +DISTNAME= ethereal-0.7.1 CATEGORIES= net MASTER_SITES= http://alpha1.linuxberg.com/files/x11/network/ \ http://www.linuxberg.com/files/x11/network/ \ @@ -19,7 +19,6 @@ MAINTAINER= billf@FreeBSD.ORG LIB_DEPENDS= gtk12.2:${PORTSDIR}/x11-toolkits/gtk12 GTK_CONFIG?= ${X11BASE}/bin/gtk12-config - USE_X_PREFIX= yes GNU_CONFIGURE= yes CONFIGURE_ENV= GTK_CONFIG="${GTK_CONFIG}" |