diff options
author | Michael Johnson <ahze@FreeBSD.org> | 2005-02-15 23:21:35 +0000 |
---|---|---|
committer | Michael Johnson <ahze@FreeBSD.org> | 2005-02-15 23:21:35 +0000 |
commit | 2312ce3cd55047d54b7906132cf5074002a57ee2 (patch) | |
tree | 1389e4c80ae9f540ef2e193ae1b68e92b7e10767 /graphics/py-cairo | |
parent | 4238596de365d54743d1c13f4087407d316af0e6 (diff) |
Convert OPTIONS to pre-everything message to not conflict with options from
graphics/cairo.
Notes
Notes:
svn path=/head/; revision=128979
Diffstat (limited to 'graphics/py-cairo')
-rw-r--r-- | graphics/py-cairo/Makefile | 8 |
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> |