aboutsummaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authorMichael Johnson <ahze@FreeBSD.org>2005-02-15 23:21:35 +0000
committerMichael Johnson <ahze@FreeBSD.org>2005-02-15 23:21:35 +0000
commit2312ce3cd55047d54b7906132cf5074002a57ee2 (patch)
tree1389e4c80ae9f540ef2e193ae1b68e92b7e10767 /graphics
parent4238596de365d54743d1c13f4087407d316af0e6 (diff)
downloadports-2312ce3cd55047d54b7906132cf5074002a57ee2.tar.gz
ports-2312ce3cd55047d54b7906132cf5074002a57ee2.zip
Notes
Diffstat (limited to 'graphics')
-rw-r--r--graphics/py-cairo/Makefile8
1 files changed, 5 insertions, 3 deletions
diff --git a/graphics/py-cairo/Makefile b/graphics/py-cairo/Makefile
index 0dce476d3a38..b26ddefe4355 100644
--- a/graphics/py-cairo/Makefile
+++ b/graphics/py-cairo/Makefile
@@ -24,9 +24,6 @@ USE_PYTHON= yes
WANT_GNOME= yes
USE_LIBTOOL_VER=15
-OPTIONS= PYGTK "Enable PyGTK Support" On \
- SVG "Enable SVG Support" On
-
.include <bsd.port.pre.mk>
.if ${HAVE_GNOME:Mpygtk2}!=""
@@ -47,4 +44,9 @@ PLIST_SUB+= SVG=""
PLIST_SUB+= SVG="@comment "
.endif
+pre-everything::
+ @${ECHO_MSG} "Enable SVG support by defining WITH_SVG"
+ @${ECHO_MSG} "Enabler PyGtk support by defining WITH_PYGTK"
+ @${ECHO_MSG}
+
.include <bsd.port.post.mk>