diff options
author | gblach <gblach@FreeBSD.org> | 2013-10-13 01:50:22 +0800 |
---|---|---|
committer | gblach <gblach@FreeBSD.org> | 2013-10-13 01:50:22 +0800 |
commit | a86a3822b4d5da4929be6d0b13b7694dc043143f (patch) | |
tree | cf42e2e33e1c6086fbe67107c74422278c88eabf /graphics | |
parent | 1766c272029322d94afa91a4c4af9249e5549eac (diff) | |
download | freebsd-ports-gnome-a86a3822b4d5da4929be6d0b13b7694dc043143f.tar.gz freebsd-ports-gnome-a86a3822b4d5da4929be6d0b13b7694dc043143f.tar.zst freebsd-ports-gnome-a86a3822b4d5da4929be6d0b13b7694dc043143f.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-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 |