diff options
author | steve <steve@FreeBSD.org> | 1999-05-29 11:56:15 +0800 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 1999-05-29 11:56:15 +0800 |
commit | ff2c6bac0ded6793103b12ed47ec261ee75b026f (patch) | |
tree | 5d44c4203ffb617246e3922b0cbae09608e0e203 /net/ethereal | |
parent | 09dcfd52af329c174b5aedbac6986cf817fe17d5 (diff) | |
download | freebsd-ports-gnome-ff2c6bac0ded6793103b12ed47ec261ee75b026f.tar.gz freebsd-ports-gnome-ff2c6bac0ded6793103b12ed47ec261ee75b026f.tar.zst freebsd-ports-gnome-ff2c6bac0ded6793103b12ed47ec261ee75b026f.zip |
Update to use gtk version 1.2.3.
PR: 11842
Submitted by: Jeremy Lea <reg@shale.csir.co.za>
Diffstat (limited to 'net/ethereal')
-rw-r--r-- | net/ethereal/Makefile | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/net/ethereal/Makefile b/net/ethereal/Makefile index 869d2ecf76cd..2d3cc745ca62 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.9 1999/04/22 07:53:01 mharo Exp $ +# $Id: Makefile,v 1.10 1999/05/25 18:24:34 mharo Exp $ # DISTNAME= ethereal-0.6.2 @@ -13,12 +13,13 @@ MASTER_SITES= http://ethereal.zing.org/distribution/ \ MAINTAINER= billf@FreeBSD.ORG -LIB_DEPENDS= gtk12.1:${PORTSDIR}/x11-toolkits/gtk12 +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="${X11BASE}/bin/gtk12-config" \ - GLIB_CONFIG="${LOCALBASE}/bin/glib12-config" +CONFIGURE_ENV= GTK_CONFIG="${GTK_CONFIG}" MAN1= ethereal.1 |