diff options
author | billf <billf@FreeBSD.org> | 1999-08-06 04:14:21 +0800 |
---|---|---|
committer | billf <billf@FreeBSD.org> | 1999-08-06 04:14:21 +0800 |
commit | 26e688b0de1e3636c2b617bfb2bf757ab8778b40 (patch) | |
tree | 18483f154ed01b8647543846abe184c934db3587 /net/ethereal/Makefile | |
parent | 94859428d344222fe69349afb2d53b736dae06fe (diff) | |
download | freebsd-ports-gnome-26e688b0de1e3636c2b617bfb2bf757ab8778b40.tar.gz freebsd-ports-gnome-26e688b0de1e3636c2b617bfb2bf757ab8778b40.tar.zst freebsd-ports-gnome-26e688b0de1e3636c2b617bfb2bf757ab8778b40.zip |
Upgrade to 0.7.1, they actually released 0.7.1 before I could even
upgrade our tree to 0.7.0! It's good, however, because this version
fixes some significant bugs.
Diffstat (limited to 'net/ethereal/Makefile')
-rw-r--r-- | net/ethereal/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/net/ethereal/Makefile b/net/ethereal/Makefile index a59526be11d6..1c4c0eb6c2a4 100644 --- a/net/ethereal/Makefile +++ b/net/ethereal/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}" |