summaryrefslogtreecommitdiffstats
path: root/graphics
diff options
context:
space:
mode:
authormarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2005-07-23 07:32:22 +0800
committermarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2005-07-23 07:32:22 +0800
commit45acf29a6aebf5193777bf5d6913466466db54d7 (patch)
tree6973cb68157fd287ec1de6eaf36b9079e7f64194 /graphics
parent6ebdc497f5f6ce2be51e70fc7a032556ae48e49d (diff)
downloadmarcuscom-ports-45acf29a6aebf5193777bf5d6913466466db54d7.tar
marcuscom-ports-45acf29a6aebf5193777bf5d6913466466db54d7.tar.gz
marcuscom-ports-45acf29a6aebf5193777bf5d6913466466db54d7.tar.bz2
marcuscom-ports-45acf29a6aebf5193777bf5d6913466466db54d7.tar.lz
marcuscom-ports-45acf29a6aebf5193777bf5d6913466466db54d7.tar.xz
marcuscom-ports-45acf29a6aebf5193777bf5d6913466466db54d7.tar.zst
marcuscom-ports-45acf29a6aebf5193777bf5d6913466466db54d7.zip
Don't enable py-gtk2 support in any way shape or form as this will introduce
a circular dependency with the new py-gtk2. Approved by: ahze git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@4292 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'graphics')
-rw-r--r--graphics/py-cairo/Makefile13
1 files changed, 3 insertions, 10 deletions
diff --git a/graphics/py-cairo/Makefile b/graphics/py-cairo/Makefile
index fbe4b911e..3bafdbef8 100644
--- a/graphics/py-cairo/Makefile
+++ b/graphics/py-cairo/Makefile
@@ -3,11 +3,12 @@
# Whom: Michael Johnson <ahze@FreeBSD.org>
#
# $FreeBSD$
-# $MCom: ports/graphics/py-cairo/Makefile,v 1.4 2005/07/04 00:11:30 marcus Exp $
+# $MCom: ports/graphics/py-cairo/Makefile,v 1.5 2005/07/04 05:46:33 ahze Exp $
#
PORTNAME= cairo
PORTVERSION= 0.5.1
+PORTREVISION= 1
CATEGORIES= graphics python
MASTER_SITES= http://cairographics.org/snapshots/
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -22,18 +23,11 @@ RUN_DEPENDS= ${PYNUMERIC}
USE_PYTHON= yes
USE_REINPLACE= yes
-WANT_GNOME= yes
+USE_GNOME= gnometarget gnomehack
USE_AUTOTOOLS= libtool:15
.include <bsd.port.pre.mk>
-.if !defined(WITHOUT_PYGTK)
-USE_GNOME= pygtk2
-PLIST_SUB+= GTK=""
-.else
-PLIST_SUB+= GTK="@comment "
-.endif
-
.if !defined(WITHOUT_SVG)
LIB_DEPENDS+= svg-cairo.1:${PORTSDIR}/graphics/libsvg-cairo
PLIST_SUB+= SVG=""
@@ -43,7 +37,6 @@ PLIST_SUB+= SVG="@comment "
pre-everything::
@${ECHO_MSG} "Disable SVG support by defining WITHOUT_SVG"
- @${ECHO_MSG} "Disable PyGtk support by defining WITHOUT_PYGTK"
@${ECHO_MSG}
post-patch: