Add x11/py-gtk2 to BUILD/RUN_DEPENDS to let ethos build on a clean box.

spotted by jasper@
This commit is contained in:
landry 2009-10-19 12:11:12 +00:00
parent b0e183a2ce
commit c6ac8980d3

View File

@ -1,10 +1,10 @@
# $OpenBSD: Makefile,v 1.3 2009/10/12 18:21:14 landry Exp $
# $OpenBSD: Makefile,v 1.4 2009/10/19 12:11:12 landry Exp $
COMMENT = plugin framework library
VERSION = 0.2.0
DISTNAME = ethos-${VERSION}
PKGNAME = ${DISTNAME}p1
PKGNAME = ${DISTNAME}p2
SHARED_LIBS= ethos-1.0 0.0 \
ethos-ui-1.0 0.0
@ -30,6 +30,10 @@ USE_GMAKE = Yes
MODULES = lang/python \
devel/gettext
BUILD_DEPENDS += ${RUN_DEPENDS}
RUN_DEPENDS += ::x11/py-gtk2
LIB_DEPENDS = ${MODPY_LIB_DEPENDS} \
gtk-x11-2.0,gdk-x11-2.0,gdk_pixbuf-2.0::x11/gtk+2