From daf70814909f8f0e0b9eae5f0c7df12a6da63cf6 Mon Sep 17 00:00:00 2001 From: ahze Date: Tue, 15 Feb 2005 23:21:35 +0000 Subject: Convert OPTIONS to pre-everything message to not conflict with options from graphics/cairo. --- graphics/py-cairo/Makefile | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'graphics') 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 .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 -- cgit