diff options
author | Grzegorz Blach <gblach@FreeBSD.org> | 2013-10-12 17:53:44 +0000 |
---|---|---|
committer | Grzegorz Blach <gblach@FreeBSD.org> | 2013-10-12 17:53:44 +0000 |
commit | fdc9004a4c296c33ee20a5aa893ed607bfc37896 (patch) | |
tree | 2d6d0a55a43e9cf508acac7420ea42e93e4e92e9 /graphics/evas-loader-psd/Makefile | |
parent | 169de7716e5fd95fc4d4bce3e1835e1b711d4de9 (diff) |
Notes
Diffstat (limited to 'graphics/evas-loader-psd/Makefile')
-rw-r--r-- | graphics/evas-loader-psd/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/graphics/evas-loader-psd/Makefile b/graphics/evas-loader-psd/Makefile index 70ffae6cf035..f43239a85002 100644 --- a/graphics/evas-loader-psd/Makefile +++ b/graphics/evas-loader-psd/Makefile @@ -17,14 +17,12 @@ LICENSE= BSD DIST_SUBDIR= e17 USE_BZIP2= yes GNU_CONFIGURE= yes -USE_GMAKE= yes -USES= pkgconfig +USES= gmake pkgconfig USE_EFL= evas librt_hack libtool_hack USE_LDCONFIG= yes MAKEDIRS= ${WRKSRC}/src/modules/loaders/psd -NO_STAGE= yes .include "../evas-core/Makefile.inc" CONFIGURE_ARGS+= --enable-image-loader-psd |