aboutsummaryrefslogtreecommitdiff
path: root/graphics/py-cairo
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/py-cairo')
-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>