diff options
author | ahze <ahze@FreeBSD.org> | 2005-02-16 07:21:35 +0800 |
---|---|---|
committer | ahze <ahze@FreeBSD.org> | 2005-02-16 07:21:35 +0800 |
commit | daf70814909f8f0e0b9eae5f0c7df12a6da63cf6 (patch) | |
tree | 660e7abe80ce982f1d8822d339874f255685a168 /graphics | |
parent | 355d4ab26e58d76590cf8a09cdbff2db72ba06f9 (diff) | |
download | freebsd-ports-gnome-daf70814909f8f0e0b9eae5f0c7df12a6da63cf6.tar.gz freebsd-ports-gnome-daf70814909f8f0e0b9eae5f0c7df12a6da63cf6.tar.zst freebsd-ports-gnome-daf70814909f8f0e0b9eae5f0c7df12a6da63cf6.zip |
Convert OPTIONS to pre-everything message to not conflict with options from
graphics/cairo.
Diffstat (limited to 'graphics')
-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> |