diff options
author | mva <mva@FreeBSD.org> | 2014-10-22 00:36:12 +0800 |
---|---|---|
committer | mva <mva@FreeBSD.org> | 2014-10-22 00:36:12 +0800 |
commit | 6531e10a72486b9c5258ee0aeb2135501a9066ec (patch) | |
tree | 6c81a8048a5cb3b8b09b589e7ef9bc5732d5be77 /graphics/cinepaint | |
parent | add0403efe14aab57fd40859154311e3e775bb35 (diff) | |
download | freebsd-ports-gnome-6531e10a72486b9c5258ee0aeb2135501a9066ec.tar.gz freebsd-ports-gnome-6531e10a72486b9c5258ee0aeb2135501a9066ec.tar.zst freebsd-ports-gnome-6531e10a72486b9c5258ee0aeb2135501a9066ec.zip |
- Convert ports of graphics/ to new USES=python
Approved by: portmgr (implicit)
Diffstat (limited to 'graphics/cinepaint')
-rw-r--r-- | graphics/cinepaint/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/graphics/cinepaint/Makefile b/graphics/cinepaint/Makefile index 53de32fc252e..9fdd97f132c9 100644 --- a/graphics/cinepaint/Makefile +++ b/graphics/cinepaint/Makefile @@ -25,11 +25,10 @@ OPTIONS_DEFINE= OYRANOS PRINT OYRANOS_DESC= ICC profile support via Oyranos PRINT_DESC= Gutenprint (gimp-print) plugin -USES= desktop-file-utils gettext gmake libtool pkgconfig +USES= desktop-file-utils gettext gmake libtool pkgconfig python USE_XORG= xmu USE_GNOME= gtk20 USE_GHOSTSCRIPT_RUN=yes -USE_PYTHON= yes USE_AUTOTOOLS= libtoolize aclocal automake autoconf ACLOCAL_ARGS= -I aclocal AUTOMAKE_ARGS= --copy --force-missing --foreign --add-missing |