diff options
author | Grzegorz Blach <gblach@FreeBSD.org> | 2013-10-12 17:50:22 +0000 |
---|---|---|
committer | Grzegorz Blach <gblach@FreeBSD.org> | 2013-10-12 17:50:22 +0000 |
commit | 169de7716e5fd95fc4d4bce3e1835e1b711d4de9 (patch) | |
tree | cf42e2e33e1c6086fbe67107c74422278c88eabf /graphics | |
parent | a0d4590f3a71fed905df0617def03c5987dd3b1b (diff) |
Notes
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/evas-loader-png/Makefile | 8 |
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 |