diff options
Diffstat (limited to 'devel/pygobject3-common/Makefile')
-rw-r--r-- | devel/pygobject3-common/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/devel/pygobject3-common/Makefile b/devel/pygobject3-common/Makefile index 43d6dc0..8aed6f1 100644 --- a/devel/pygobject3-common/Makefile +++ b/devel/pygobject3-common/Makefile @@ -2,8 +2,8 @@ # $FreeBSD$ PORTNAME= gobject -PORTVERSION= 3.16.2 -PORTREVISION?= 0 +PORTVERSION= 3.18.2 +PORTREVISION= 0 CATEGORIES= devel python MASTER_SITES= GNOME/sources/pygobject/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/} PKGNAMEPREFIX?= py @@ -37,7 +37,7 @@ MAKE_ARGS= PYTHON_VERSION=${PYTHON_VER} PORTSCOUT?= limitw:1,even BUILD_DEPENDS+= ${LOCALBASE}/libdata/pkgconfig/pycairo.pc:${PORTSDIR}/graphics/py-cairo -USES+= python:build +USES+= gnome python:build USE_GNOME= glib20:build introspection:build NO_BUILD= yes @@ -50,6 +50,7 @@ do-install: .else PORTSCOUT= ignore:1 +USES+= gnome USE_GNOME+= glib20 introspection LIB_DEPENDS+= libffi.so:${PORTSDIR}/devel/libffi RUN_DEPENDS+= pygobject3-common>=0:${PORTSDIR}/devel/pygobject3-common |