summaryrefslogtreecommitdiffstats
path: root/graphics/py-cairo/Makefile
diff options
context:
space:
mode:
authormarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2005-08-03 13:16:32 +0800
committermarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2005-08-03 13:16:32 +0800
commit1545a8728eccc30ca1d6c373b62280a16f3a8630 (patch)
tree3838182a2f3927f39e4601b941c5a5e32d6f176a /graphics/py-cairo/Makefile
parentecea0c0a4e9baf5e348561c16f9f5aa7725632a2 (diff)
downloadmarcuscom-ports-1545a8728eccc30ca1d6c373b62280a16f3a8630.tar
marcuscom-ports-1545a8728eccc30ca1d6c373b62280a16f3a8630.tar.gz
marcuscom-ports-1545a8728eccc30ca1d6c373b62280a16f3a8630.tar.bz2
marcuscom-ports-1545a8728eccc30ca1d6c373b62280a16f3a8630.tar.lz
marcuscom-ports-1545a8728eccc30ca1d6c373b62280a16f3a8630.tar.xz
marcuscom-ports-1545a8728eccc30ca1d6c373b62280a16f3a8630.tar.zst
marcuscom-ports-1545a8728eccc30ca1d6c373b62280a16f3a8630.zip
Update to 0.6.0 and fix the libsvg-cairo plist.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@4377 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'graphics/py-cairo/Makefile')
-rw-r--r--graphics/py-cairo/Makefile9
1 files changed, 4 insertions, 5 deletions
diff --git a/graphics/py-cairo/Makefile b/graphics/py-cairo/Makefile
index b9b44ad7e..303dfbf55 100644
--- a/graphics/py-cairo/Makefile
+++ b/graphics/py-cairo/Makefile
@@ -3,14 +3,13 @@
# Whom: Michael Johnson <ahze@FreeBSD.org>
#
# $FreeBSD$
-# $MCom: ports/graphics/py-cairo/Makefile,v 1.9 2005/07/28 22:49:31 ahze Exp $
+# $MCom: ports/graphics/py-cairo/Makefile,v 1.10 2005/07/29 02:42:54 ahze Exp $
#
PORTNAME= cairo
-PORTVERSION= 0.5.1.1
+PORTVERSION= 0.6.0
CATEGORIES= graphics python
-MASTER_SITES= http://cairographics.org/snapshots/ \
- http://people.freebsd.org/~ahze/distfiles/
+MASTER_SITES= http://cairographics.org/snapshots/
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= py${PORTNAME}-${PORTVERSION}
@@ -33,7 +32,7 @@ CONFIGURE_ARGS= --without-pygtk
.if defined(WITHOUT_SVG) && !exists(${LOCALBASE}/lib/libsvg-cairo.a)
PLIST_SUB+= SVG="@comment "
.else
-PLIST_SUB+= SVG="@comment "
+PLIST_SUB+= SVG=""
LIB_DEPENDS+= svg-cairo.1:${PORTSDIR}/graphics/libsvg-cairo
.endif