diff options
author | dinoex <dinoex@FreeBSD.org> | 2009-07-18 11:11:29 +0000 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2009-07-18 11:11:29 +0000 |
commit | f66043401d219e6bee08b710c77b732eb36060b5 (patch) | |
tree | 33a2c0660e6aa1ee1be77151d2f351ab35b4d41b /graphics/libsvg/Makefile | |
parent | d9ee3962c7bfd2113fa777e2f591f564ae12e107 (diff) | |
download | FreeBSD-ports-f66043401d219e6bee08b710c77b732eb36060b5.zip FreeBSD-ports-f66043401d219e6bee08b710c77b732eb36060b5.tar.gz |
- update to jpeg7
Tested by: pav on pointyhat
Diffstat (limited to 'graphics/libsvg/Makefile')
-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 8fa5055..bd7496f 100644 --- a/graphics/libsvg/Makefile +++ b/graphics/libsvg/Makefile @@ -8,7 +8,7 @@ PORTNAME= libsvg PORTVERSION= 0.1.4 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics MASTER_SITES= http://cairographics.org/snapshots/ @@ -17,7 +17,7 @@ COMMENT= A parser for SVG content in files or buffers LIB_DEPENDS= fontconfig.1:${PORTSDIR}/x11-fonts/fontconfig \ png.5:${PORTSDIR}/graphics/png \ - jpeg.9:${PORTSDIR}/graphics/jpeg + jpeg.10:${PORTSDIR}/graphics/jpeg USE_AUTOTOOLS= libtool:15 GNU_CONFIGURE= yes |