From 891dd4f6329f51ba173b3c36410f179ccdf7b2ac Mon Sep 17 00:00:00 2001 From: gblach Date: Sat, 12 Oct 2013 13:08:48 +0000 Subject: - Convert USE_GMAKE=yes to USES=gmake - Convert to new LIB_DEPENDS syntax - Support staging --- graphics/evas-loader-eet/Makefile | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'graphics') 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 -- cgit