add configure env GTK_CONFIG to make sure its found by configure
This commit is contained in:
parent
3386f2150d
commit
3dddc2c9bd
@ -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
|
DISTNAME= ethereal-0.5.1
|
||||||
CATEGORIES= net x11
|
CATEGORIES= net x11
|
||||||
@ -10,11 +10,12 @@ MASTER_SITES= http://ethereal.zing.org/distribution/ \
|
|||||||
http://ethereal.zing.org/distribution/old-versions/ \
|
http://ethereal.zing.org/distribution/old-versions/ \
|
||||||
http://ethereal.boehm.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
|
USE_X11= yes
|
||||||
SYSCONFDIR= ${PREFIX}/share/ethereal
|
SYSCONFDIR= ${PREFIX}/share/ethereal
|
||||||
GNU_CONFIGURE= yes
|
GNU_CONFIGURE= yes
|
||||||
CONFIGURE_ARGS= --sysconfdir=${SYSCONFDIR}
|
CONFIGURE_ARGS= --sysconfdir=${SYSCONFDIR}
|
||||||
|
CONFIGURE_ENV= GTK_CONFIG="${X11BASE}/bin/gtk-config"
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.mk>
|
||||||
|
Loading…
Reference in New Issue
Block a user