diff options
author | gblach <gblach@FreeBSD.org> | 2013-10-13 01:45:38 +0800 |
---|---|---|
committer | gblach <gblach@FreeBSD.org> | 2013-10-13 01:45:38 +0800 |
commit | 1766c272029322d94afa91a4c4af9249e5549eac (patch) | |
tree | 237b8fa7ad039b646ccee6ec212184f351b51f37 /graphics | |
parent | 24e0cebeb674e4fb93880da51ad10e64cb738f37 (diff) | |
download | freebsd-ports-gnome-1766c272029322d94afa91a4c4af9249e5549eac.tar.gz freebsd-ports-gnome-1766c272029322d94afa91a4c4af9249e5549eac.tar.zst freebsd-ports-gnome-1766c272029322d94afa91a4c4af9249e5549eac.zip |
- Convert USE_GMAKE=yes to USES=gmake
- Support staging
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/evas-loader-pmaps/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/graphics/evas-loader-pmaps/Makefile b/graphics/evas-loader-pmaps/Makefile index 0570dc4431b2..90f45767149f 100644 --- a/graphics/evas-loader-pmaps/Makefile +++ b/graphics/evas-loader-pmaps/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/pmaps -NO_STAGE= yes .include "../evas-core/Makefile.inc" CONFIGURE_ARGS+= --enable-image-loader-pmaps |