add configure env GTK_CONFIG to make sure its found by configure

This commit is contained in:
brad 1999-04-05 19:19:28 +00:00
parent 3386f2150d
commit 3dddc2c9bd

View File

@ -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 <bsd.port.mk>