diff options
author | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-09-09 01:22:44 +0800 |
---|---|---|
committer | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-09-09 01:22:44 +0800 |
commit | 2d47d595cf497b38a90528c3f157db762a0ada16 (patch) | |
tree | 4e1b4d3228ef47998df85b618c543bf9b9e54bad /graphics/librsvg2 | |
parent | 876273737baf2d6bc59ffc10db9644a32e4f33e0 (diff) | |
download | marcuscom-ports-2d47d595cf497b38a90528c3f157db762a0ada16.tar.gz marcuscom-ports-2d47d595cf497b38a90528c3f157db762a0ada16.tar.zst marcuscom-ports-2d47d595cf497b38a90528c3f157db762a0ada16.zip |
Add --disable-gnome-print to get my GNOME 2.14.x -> GNOME 2.16.x more
further now. Bump the PORTREVISION. I can make it in optional, but I don't
see any point as libgnomeprint* are deprecating.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@7269 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'graphics/librsvg2')
-rw-r--r-- | graphics/librsvg2/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/graphics/librsvg2/Makefile b/graphics/librsvg2/Makefile index b64faf643..c11dae023 100644 --- a/graphics/librsvg2/Makefile +++ b/graphics/librsvg2/Makefile @@ -3,11 +3,12 @@ # Whom: Ade Lovett <ade@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/graphics/librsvg2/Makefile,v 1.105 2006/07/27 15:27:16 marcus Exp $ +# $MCom: ports/graphics/librsvg2/Makefile,v 1.106 2006/09/01 01:26:35 marcus Exp $ # PORTNAME= librsvg2 PORTVERSION= 2.16.0 +PORTREVISION= 1 CATEGORIES= graphics gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/${PORTNAME:S/2$//}/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/} @@ -36,7 +37,8 @@ CONFIGURE_ARGS= --with-svgz \ --without-gimp \ --with-croco \ --disable-gnome-vfs \ - --enable-gtk-theme + --enable-gtk-theme \ + --disable-gnome-print CROCO_VERSION= 0.6 |