summaryrefslogtreecommitdiff
path: root/net/ethereal/Makefile
diff options
context:
space:
mode:
authortron <tron@pkgsrc.org>1999-06-04 11:52:04 +0000
committertron <tron@pkgsrc.org>1999-06-04 11:52:04 +0000
commit411cdc9285156f1bfd0db3b572d93605442cb564 (patch)
treeb4821ceac996882cc36528a0a234b28509990c0d /net/ethereal/Makefile
parent72a63bc96c51b985d22c73dccc6a94ab23ae1c2d (diff)
downloadpkgsrc-411cdc9285156f1bfd0db3b572d93605442cb564.tar.gz
Update "ethereal" package to version 0.6.2.
Diffstat (limited to 'net/ethereal/Makefile')
-rw-r--r--net/ethereal/Makefile7
1 files changed, 3 insertions, 4 deletions
diff --git a/net/ethereal/Makefile b/net/ethereal/Makefile
index 4d264fc102f..219a9fc8632 100644
--- a/net/ethereal/Makefile
+++ b/net/ethereal/Makefile
@@ -1,18 +1,17 @@
-# $NetBSD: Makefile,v 1.3 1999/04/26 19:15:37 garbled Exp $
+# $NetBSD: Makefile,v 1.4 1999/06/04 11:52:04 tron Exp $
#
-DISTNAME= ethereal-0.5.1
+DISTNAME= ethereal-0.6.2
CATEGORIES= net
MASTER_SITES= http://ethereal.zing.org/distribution/
MAINTAINER= hubertf@netbsd.org
HOMEPAGE= http://ethereal.zing.org/
-DEPENDS= gtk10-1.0.6:../../x11/gtk10
+DEPENDS= gtk+-1.2.2:../../x11/gtk
USE_X11= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --with-gtk-prefix=${X11BASE}
-CONFIGURE_ENV+= GTK_CONFIG="${X11BASE}/bin/gtk10-config"
.include "../../mk/bsd.pkg.mk"