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/exact-image | |
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/exact-image')
-rw-r--r-- | graphics/exact-image/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/graphics/exact-image/Makefile b/graphics/exact-image/Makefile index 29985a270932..710e77e67cfa 100644 --- a/graphics/exact-image/Makefile +++ b/graphics/exact-image/Makefile @@ -28,8 +28,7 @@ CFLAGS+= -fPIC #hack to get custom exactcode configure script to enable tiff support with #broken headers on c++ in base system: CPPFLAGS+= -fpermissive -I${LOCALBASE}/include/libpng15 -USES= gmake perl5 pkgconfig tar:bzip2 -USE_PYTHON= yes +USES= gmake perl5 pkgconfig python tar:bzip2 USE_XORG= x11 USE_EFL= evas USE_EFL_EVAS_ENGINES= x11 opengl |