diff options
author | Grzegorz Blach <gblach@FreeBSD.org> | 2013-10-12 18:01:52 +0000 |
---|---|---|
committer | Grzegorz Blach <gblach@FreeBSD.org> | 2013-10-12 18:01:52 +0000 |
commit | 38c168ed4ca5bdece5a5e709ea4a14da74b34e18 (patch) | |
tree | d1203d029e728565f05b385e1ff996f6f6ec6dc2 /graphics/evas-loader-tiff | |
parent | a1444fbb0303db674b647f1ce4578cca108ca469 (diff) | |
download | ports-38c168ed4ca5bdece5a5e709ea4a14da74b34e18.tar.gz ports-38c168ed4ca5bdece5a5e709ea4a14da74b34e18.zip |
Notes
Diffstat (limited to 'graphics/evas-loader-tiff')
-rw-r--r-- | graphics/evas-loader-tiff/Makefile | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/graphics/evas-loader-tiff/Makefile b/graphics/evas-loader-tiff/Makefile index 8ac73894046c..9646b0738a91 100644 --- a/graphics/evas-loader-tiff/Makefile +++ b/graphics/evas-loader-tiff/Makefile @@ -14,21 +14,19 @@ COMMENT= A hardware accelerated canvas API (TIFF loader) LICENSE= BSD -LIB_DEPENDS= tiff:${PORTSDIR}/graphics/tiff \ - freetype:${PORTSDIR}/print/freetype2 +LIB_DEPENDS= libtiff.so:${PORTSDIR}/graphics/tiff \ + 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/tiff \ ${WRKSRC}/src/modules/savers/tiff -NO_STAGE= yes .include "../evas-core/Makefile.inc" CONFIGURE_ARGS+= --enable-image-loader-tiff |