1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00

Convert OPTIONS to pre-everything message to not conflict with options from

graphics/cairo.
This commit is contained in:
Michael Johnson 2005-02-15 23:21:35 +00:00
parent 4238596de3
commit 2312ce3cd5
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=128979

View File

@ -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>