diff options
author | gblach <gblach@FreeBSD.org> | 2013-10-12 21:08:48 +0800 |
---|---|---|
committer | gblach <gblach@FreeBSD.org> | 2013-10-12 21:08:48 +0800 |
commit | 891dd4f6329f51ba173b3c36410f179ccdf7b2ac (patch) | |
tree | 20e057e2e5f2b364288d98b0f43cbe59f33e17e2 /graphics | |
parent | 846e8fa38764d7a1d91c15d31bfee52265033b94 (diff) | |
download | freebsd-ports-gnome-891dd4f6329f51ba173b3c36410f179ccdf7b2ac.tar.gz freebsd-ports-gnome-891dd4f6329f51ba173b3c36410f179ccdf7b2ac.tar.zst freebsd-ports-gnome-891dd4f6329f51ba173b3c36410f179ccdf7b2ac.zip |
- Convert USE_GMAKE=yes to USES=gmake
- Convert to new LIB_DEPENDS syntax
- Support staging
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/evas-loader-eet/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/graphics/evas-loader-eet/Makefile b/graphics/evas-loader-eet/Makefile index 080b9ad5d09c..132ba142e4da 100644 --- a/graphics/evas-loader-eet/Makefile +++ b/graphics/evas-loader-eet/Makefile @@ -14,20 +14,18 @@ COMMENT= A hardware accelerated canvas API (EET loader) LICENSE= BSD -LIB_DEPENDS= freetype:${PORTSDIR}/print/freetype2 +LIB_DEPENDS= libfreetype.so:${PORTSDIR}/print/freetype2 DIST_SUBDIR= e17 USE_BZIP2= yes GNU_CONFIGURE= yes -USE_GMAKE= yes -USES= pkgconfig +USES= gmake pkgconfig USE_EFL= evas eet librt_hack libtool_hack USE_LDCONFIG= yes MAKEDIRS= ${WRKSRC}/src/modules/loaders/eet \ ${WRKSRC}/src/modules/savers/eet -NO_STAGE= yes .include "../evas-core/Makefile.inc" CONFIGURE_ARGS+= --enable-image-loader-eet |