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 /graphics | |
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 'graphics')
-rw-r--r-- | graphics/gimp-ez-perspective-plugin/Makefile | 2 | ||||
-rw-r--r-- | graphics/gimp-resynthesizer/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/graphics/gimp-ez-perspective-plugin/Makefile b/graphics/gimp-ez-perspective-plugin/Makefile index b6498cd74ab8..740e1983b056 100644 --- a/graphics/gimp-ez-perspective-plugin/Makefile +++ b/graphics/gimp-ez-perspective-plugin/Makefile @@ -22,7 +22,7 @@ LICENSE_DISTFILES= ${DISTNAME}${EXTRACT_SUFX} RUN_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/gimp-2.0.pc:graphics/gimp-app \ ${LOCALBASE}/libexec/gimp/2.2/python/gimpfu.py:graphics/py-gimp -USES= python:run zip +USES= python:2.7,run zip NO_BUILD= yes NO_ARCH= yes NO_WRKSUBDIR= yes diff --git a/graphics/gimp-resynthesizer/Makefile b/graphics/gimp-resynthesizer/Makefile index 446031e58005..b1e019a96eb3 100644 --- a/graphics/gimp-resynthesizer/Makefile +++ b/graphics/gimp-resynthesizer/Makefile @@ -20,7 +20,7 @@ LIB_DEPENDS= libgimp-2.0.so:graphics/gimp-app USE_GITHUB= yes GH_ACCOUNT= bootchk -USES= autoreconf compiler:nestedfct gettext gmake localbase pkgconfig python:run shebangfix +USES= autoreconf compiler:nestedfct gettext gmake localbase pkgconfig python:2.7,run shebangfix SHEBANG_FILES= PluginScripts/*.py GNU_CONFIGURE= yes |