diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-06 13:01:53 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-06 13:01:53 +0000 |
commit | beae873ea667e60f3ca6576139a1b6bd9f9d4e4a (patch) | |
tree | 60e6bd0c1da61d32c96b74fbcafd43dc4b21eaa6 /graphics/exact-image | |
parent | af5d49a7b64ad9cecbed5d3b574882cc6353b8ba (diff) |
Notes
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 8b868a186c21..b5839ba53941 100644 --- a/graphics/exact-image/Makefile +++ b/graphics/exact-image/Makefile @@ -28,8 +28,7 @@ CFLAGS+= -fPIC #broken headers on c++ in base system: CPPFLAGS+= -fpermissive -I${LOCALBASE}/include/libpng15 USE_BZIP2= yes -USE_GMAKE= yes -USE_PERL5= yes +USES= gmake perl5 pkgconfig USE_PYTHON= 2.5+ USE_XORG= x11 USE_EFL= evas |