This needs both py-gobject3 and py3-gobject3 since we provide both loaders.
This commit is contained in:
parent
8e184fdc70
commit
c26631a731
@ -1,10 +1,10 @@
|
|||||||
# $OpenBSD: Makefile,v 1.29 2013/04/16 10:21:58 ajacoutot Exp $
|
# $OpenBSD: Makefile,v 1.30 2013/04/16 10:34:23 ajacoutot Exp $
|
||||||
|
|
||||||
COMMENT= gobject-based plugins engine
|
COMMENT= gobject-based plugins engine
|
||||||
|
|
||||||
GNOME_PROJECT= libpeas
|
GNOME_PROJECT= libpeas
|
||||||
GNOME_VERSION= 1.8.0
|
GNOME_VERSION= 1.8.0
|
||||||
REVISION= 1
|
REVISION= 3
|
||||||
|
|
||||||
CATEGORIES= devel
|
CATEGORIES= devel
|
||||||
|
|
||||||
@ -34,8 +34,10 @@ WANTLIB += plc4 plds4 png pthread pthread-stubs readline stdc++
|
|||||||
WANTLIB += util xcb xcb-render xcb-shm z
|
WANTLIB += util xcb xcb-render xcb-shm z
|
||||||
WANTLIB += ${MODPY_WANTLIB}
|
WANTLIB += ${MODPY_WANTLIB}
|
||||||
|
|
||||||
RUN_DEPENDS= devel/py-gobject3
|
BUILD_DEPENDS= devel/py-gobject3${MODPY_FLAVOR}
|
||||||
BUILD_DEPENDS= devel/py-gobject3
|
|
||||||
|
RUN_DEPENDS= devel/py-gobject3 \
|
||||||
|
devel/py-gobject3${MODPY_FLAVOR}
|
||||||
|
|
||||||
LIB_DEPENDS= devel/gobject-introspection \
|
LIB_DEPENDS= devel/gobject-introspection \
|
||||||
x11/gnome/gjs \
|
x11/gnome/gjs \
|
||||||
@ -48,8 +50,7 @@ LIBTOOL_FLAGS= --tag=disable-static
|
|||||||
|
|
||||||
CONFIGURE_STYLE=gnu
|
CONFIGURE_STYLE=gnu
|
||||||
CONFIGURE_ARGS= --disable-static \
|
CONFIGURE_ARGS= --disable-static \
|
||||||
--disable-glade-catalog \
|
--disable-glade-catalog
|
||||||
--disable-seed
|
|
||||||
|
|
||||||
# we need support for both python2 and python3
|
# we need support for both python2 and python3
|
||||||
BUILD_DEPENDS +=lang/python/${MODPY_DEFAULT_VERSION_2}
|
BUILD_DEPENDS +=lang/python/${MODPY_DEFAULT_VERSION_2}
|
||||||
|
Loading…
Reference in New Issue
Block a user