diff options
author | Grzegorz Blach <gblach@FreeBSD.org> | 2013-10-12 17:56:06 +0000 |
---|---|---|
committer | Grzegorz Blach <gblach@FreeBSD.org> | 2013-10-12 17:56:06 +0000 |
commit | 612fbc0e233ec5f50e79e487b83d610444b88052 (patch) | |
tree | 1b594e5f02e930b8b05e79027ceefd1068721e06 /graphics/evas-loader-svg | |
parent | c3811d904285e922fd1f45d18615e7cbad48d0c5 (diff) | |
download | ports-612fbc0e233ec5f50e79e487b83d610444b88052.tar.gz ports-612fbc0e233ec5f50e79e487b83d610444b88052.zip |
Notes
Diffstat (limited to 'graphics/evas-loader-svg')
-rw-r--r-- | graphics/evas-loader-svg/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/graphics/evas-loader-svg/Makefile b/graphics/evas-loader-svg/Makefile index 1de5cc3bf4e0..360fdc5ecab0 100644 --- a/graphics/evas-loader-svg/Makefile +++ b/graphics/evas-loader-svg/Makefile @@ -14,7 +14,7 @@ COMMENT= A hardware accelerated canvas API (SVG loader) LICENSE= BSD -LIB_DEPENDS= freetype:${PORTSDIR}/print/freetype2 +LIB_DEPENDS= libfreetype.so:${PORTSDIR}/print/freetype2 DIST_SUBDIR= e17 USE_BZIP2= yes @@ -25,7 +25,6 @@ USE_LDCONFIG= yes MAKEDIRS= ${WRKSRC}/src/modules/loaders/svg -NO_STAGE= yes .include "../evas-core/Makefile.inc" CONFIGURE_ARGS+= --enable-image-loader-svg |