diff options
Diffstat (limited to 'devel/pygobject3-common')
-rw-r--r-- | devel/pygobject3-common/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/pygobject3-common/Makefile b/devel/pygobject3-common/Makefile index 36ac77281a7f..a89456eff627 100644 --- a/devel/pygobject3-common/Makefile +++ b/devel/pygobject3-common/Makefile @@ -29,7 +29,7 @@ CONFLICTS= py*-gtk-0* py*-gobject-2.*.[0-6] py*-gobject-2.*.[7-9] \ py*-gobject-2.*.6_1 PLIST_SUB= ARCH=${ARCH} UNAME_R=${UNAME_R} VERSION=${PORTVERSION} \ - OPSYS=${OPSYS:tl} + OPSYS=${OPSYS:tl} PYTHON_VER=${PYTHON_VER} .if ${SLAVE_PORT} == no BUILD_DEPENDS+= ${LOCALBASE}/libdata/pkgconfig/pycairo.pc:${PORTSDIR}/graphics/py-cairo |