diff --git a/net/ethereal/Makefile b/net/ethereal/Makefile index 9cfc2b45832..3f9cdfc0cdd 100644 --- a/net/ethereal/Makefile +++ b/net/ethereal/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.5 1999/04/05 11:16:21 jakob Exp $ +# $OpenBSD: Makefile,v 1.6 1999/04/05 19:19:28 brad Exp $ DISTNAME= ethereal-0.5.1 CATEGORIES= net x11 @@ -10,11 +10,12 @@ MASTER_SITES= http://ethereal.zing.org/distribution/ \ http://ethereal.zing.org/distribution/old-versions/ \ http://ethereal.boehm.org/distribution/old-versions/ -LIB_DEPENDS= gtk:${PORTSDIR}/x11/gtk+ +LIB_DEPENDS= gtk.1.2:${PORTSDIR}/x11/gtk+ USE_X11= yes SYSCONFDIR= ${PREFIX}/share/ethereal GNU_CONFIGURE= yes CONFIGURE_ARGS= --sysconfdir=${SYSCONFDIR} +CONFIGURE_ENV= GTK_CONFIG="${X11BASE}/bin/gtk-config" .include