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:
parent
4238596de3
commit
2312ce3cd5
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=128979
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user