summaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authorGrzegorz Blach <gblach@FreeBSD.org>2013-10-12 17:50:22 +0000
committerGrzegorz Blach <gblach@FreeBSD.org>2013-10-12 17:50:22 +0000
commit169de7716e5fd95fc4d4bce3e1835e1b711d4de9 (patch)
treecf42e2e33e1c6086fbe67107c74422278c88eabf /graphics
parent- Convert USE_GMAKE=yes to USES=gmake (diff)
- Convert USE_GMAKE=yes to USES=gmake
- Convert to new LIB_DEPENDS syntax - Support staging
Notes
Notes: svn path=/head/; revision=330156
Diffstat (limited to 'graphics')
-rw-r--r--graphics/evas-loader-png/Makefile8
1 files changed, 3 insertions, 5 deletions
diff --git a/graphics/evas-loader-png/Makefile b/graphics/evas-loader-png/Makefile
index c20781934086..89ea498e6ee2 100644
--- a/graphics/evas-loader-png/Makefile
+++ b/graphics/evas-loader-png/Makefile
@@ -14,21 +14,19 @@ COMMENT= A hardware accelerated canvas API (PNG loader)
LICENSE= BSD
-LIB_DEPENDS= png15:${PORTSDIR}/graphics/png \
- freetype:${PORTSDIR}/print/freetype2
+LIB_DEPENDS= libpng15.so:${PORTSDIR}/graphics/png \
+ 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 librt_hack libtool_hack
USE_LDCONFIG= yes
MAKEDIRS= ${WRKSRC}/src/modules/loaders/png \
${WRKSRC}/src/modules/savers/png
-NO_STAGE= yes
.include "../evas-core/Makefile.inc"
CONFIGURE_ARGS+= --enable-image-loader-png