diff options
author | antoine <antoine@FreeBSD.org> | 2017-12-11 04:48:45 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2017-12-11 04:48:45 +0800 |
commit | cda086784fde852c72d9372c7856221b7e75fc6d (patch) | |
tree | 0bfafd8b940b1068dff867abd0a486ec4d7ee5c6 /x11-toolkits | |
parent | a88c10ab7a845791a3e8af23da16e6bd99cd2c9c (diff) | |
download | freebsd-ports-gnome-cda086784fde852c72d9372c7856221b7e75fc6d.tar.gz freebsd-ports-gnome-cda086784fde852c72d9372c7856221b7e75fc6d.tar.zst freebsd-ports-gnome-cda086784fde852c72d9372c7856221b7e75fc6d.zip |
- Those ports fail to build with python3
- Add some explicit FLAVOR to dependencies where needed
Diffstat (limited to 'x11-toolkits')
-rw-r--r-- | x11-toolkits/hippo-canvas/Makefile | 6 | ||||
-rw-r--r-- | x11-toolkits/py-gtksourceview/Makefile | 2 |
2 files changed, 4 insertions, 4 deletions
diff --git a/x11-toolkits/hippo-canvas/Makefile b/x11-toolkits/hippo-canvas/Makefile index 7655efbff35e..394fa0e12c63 100644 --- a/x11-toolkits/hippo-canvas/Makefile +++ b/x11-toolkits/hippo-canvas/Makefile @@ -10,11 +10,11 @@ MASTER_SITES= GNOME MAINTAINER= ashish@FreeBSD.org COMMENT= Client stacker popup widget for GTK+ toolkit -BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/pycairo.pc:graphics/py-cairo +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cairo>=0:graphics/py-cairo@${PY_FLAVOR} LIB_DEPENDS= libcroco-0.6.so:textproc/libcroco -RUN_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/pycairo.pc:graphics/py-cairo +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cairo>=0:graphics/py-cairo@${PY_FLAVOR} -USES= gmake libtool pathfix pkgconfig python tar:bzip2 +USES= gmake libtool pathfix pkgconfig python:2.7 tar:bzip2 USE_GNOME= cairo gtk20 glib20 librsvg2 pygtk2 pango GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-gtk-doc --enable-python diff --git a/x11-toolkits/py-gtksourceview/Makefile b/x11-toolkits/py-gtksourceview/Makefile index 81aa5a9725dc..1d06820a5d93 100644 --- a/x11-toolkits/py-gtksourceview/Makefile +++ b/x11-toolkits/py-gtksourceview/Makefile @@ -12,7 +12,7 @@ DISTNAME= pygtksourceview-${PORTVERSION} MAINTAINER= gnome@FreeBSD.org COMMENT= Python bindings for GtkSourceView 2 -USES= gmake libtool:keepla pathfix pkgconfig python tar:bzip2 +USES= gmake libtool:keepla pathfix pkgconfig python:2.7 tar:bzip2 USE_GNOME= gnomeprefix gtksourceview2 pygtk2 GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-docs |