diff options
author | gblach <gblach@FreeBSD.org> | 2013-10-13 02:01:52 +0800 |
---|---|---|
committer | gblach <gblach@FreeBSD.org> | 2013-10-13 02:01:52 +0800 |
commit | d1f088a941944e8b5cc80fc4e170f5fcd258afd9 (patch) | |
tree | d1203d029e728565f05b385e1ff996f6f6ec6dc2 /graphics | |
parent | e9d0161f692a3f3447ba6e20c47ef063d3f3a9aa (diff) | |
download | freebsd-ports-gnome-d1f088a941944e8b5cc80fc4e170f5fcd258afd9.tar.gz freebsd-ports-gnome-d1f088a941944e8b5cc80fc4e170f5fcd258afd9.tar.zst freebsd-ports-gnome-d1f088a941944e8b5cc80fc4e170f5fcd258afd9.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-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 |