diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2004-04-18 17:58:59 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2004-04-18 17:58:59 +0000 |
commit | 94ae8dbee63bdc363b09bacf39c1806e20e77519 (patch) | |
tree | ad26c6cc57b5c6ee4093553035aa2ef6b6549124 /graphics/librsvg2 | |
parent | 4c130d801204a85ba233b64e9f11de848cb41425 (diff) | |
download | ports-94ae8dbee63bdc363b09bacf39c1806e20e77519.tar.gz ports-94ae8dbee63bdc363b09bacf39c1806e20e77519.zip |
Notes
Diffstat (limited to 'graphics/librsvg2')
-rw-r--r-- | graphics/librsvg2/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/librsvg2/Makefile b/graphics/librsvg2/Makefile index a0fe5f7fe535..a39ea01ed489 100644 --- a/graphics/librsvg2/Makefile +++ b/graphics/librsvg2/Makefile @@ -7,6 +7,7 @@ PORTNAME= librsvg2 PORTVERSION= 2.6.4 +PORTREVISION= 1 CATEGORIES= graphics gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/${PORTNAME:S/2$//}/2.6 @@ -20,7 +21,7 @@ BUILD_DEPENDS= freetype-config:${PORTSDIR}/print/freetype2 LIB_DEPENDS= freetype.9:${PORTSDIR}/print/freetype2 \ popt.0:${PORTSDIR}/devel/popt \ gsf-1.9:${PORTSDIR}/devel/libgsf \ - croco.2:${PORTSDIR}/textproc/libcroco + croco.3:${PORTSDIR}/textproc/libcroco RUN_DEPENDS= ${X11BASE}/lib/gtk-2.0/2.4.0/engines/libmetal.so:${PORTSDIR}/x11-toolkits/gtk-engines2 USE_BZIP2= yes |