diff options
author | Marcus von Appen <mva@FreeBSD.org> | 2013-04-27 11:59:28 +0000 |
---|---|---|
committer | Marcus von Appen <mva@FreeBSD.org> | 2013-04-27 11:59:28 +0000 |
commit | a3a0715f38d5f411396a809915aa2fc5c204bc16 (patch) | |
tree | e580bb4c66185f6741df23146d4617f207efeeef /graphics/libsvg | |
parent | 3d733a71dc5d9ecc73e88a75de9cb8a6400329cd (diff) |
Notes
Diffstat (limited to 'graphics/libsvg')
-rw-r--r-- | graphics/libsvg/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/libsvg/Makefile b/graphics/libsvg/Makefile index 3f3b16d350e8..57e2e4d3851a 100644 --- a/graphics/libsvg/Makefile +++ b/graphics/libsvg/Makefile @@ -21,8 +21,8 @@ LIB_DEPENDS= fontconfig.1:${PORTSDIR}/x11-fonts/fontconfig \ USE_AUTOTOOLS= libtool GNU_CONFIGURE= yes -USE_GNOME= libxml2 gnomehack -USE_ICONV= yes +USE_GNOME= libxml2 +USES= pathfix iconv USE_LDCONFIG= yes PLIST_FILES= include/svg.h \ |