diff options
author | stas <stas@FreeBSD.org> | 2009-01-09 00:22:53 +0800 |
---|---|---|
committer | stas <stas@FreeBSD.org> | 2009-01-09 00:22:53 +0800 |
commit | 8246d7d0c66c5b1595b04c187a34aab20c6c4753 (patch) | |
tree | 907e481c6a70bd5174dc43414dd312ca0de50089 /graphics/evas-loader-svg | |
parent | db4a83faaac8d080e6e0faa68ab94add442703bc (diff) | |
download | freebsd-ports-gnome-8246d7d0c66c5b1595b04c187a34aab20c6c4753.tar.gz freebsd-ports-gnome-8246d7d0c66c5b1595b04c187a34aab20c6c4753.tar.zst freebsd-ports-gnome-8246d7d0c66c5b1595b04c187a34aab20c6c4753.zip |
- s/USE_FREETYPE2/USE_FREETYPE/
Spotted by: pav
Diffstat (limited to 'graphics/evas-loader-svg')
-rw-r--r-- | graphics/evas-loader-svg/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/evas-loader-svg/Makefile b/graphics/evas-loader-svg/Makefile index d37394eabaa7..56d2f1b4c70a 100644 --- a/graphics/evas-loader-svg/Makefile +++ b/graphics/evas-loader-svg/Makefile @@ -21,7 +21,7 @@ LIB_DEPENDS= svg-cairo.1:${PORTSDIR}/graphics/libsvg-cairo USE_BZIP2= yes GNU_CONFIGURE= yes -USE_FREETYPE2= yes +USE_FREETYPE= yes USE_LDCONFIG= yes USE_GNOME= gnomehack pkgconfig gnometarget librsvg2 USE_EFL= evas |