Fix pre-everything targets.
PR: ports/58148 Submitted by: Oliver Eikemeier <eikemeier@fillmore-labs.com>
This commit is contained in:
parent
ee9cc4fb2b
commit
ec1bb1b407
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=91458
3 changed files with 3 additions and 3 deletions
|
@ -76,7 +76,7 @@ LIB_DEPENDS+= vorbis.2:${PORTSDIR}/audio/libvorbis
|
|||
PLIST_SUB+= LIBVORBIS=""
|
||||
.endif
|
||||
|
||||
pre-everything:
|
||||
pre-everything::
|
||||
@${ECHO_MSG} "ClanLib has the following tunables option(s):"
|
||||
@${ECHO_MSG} ""
|
||||
@${ECHO_MSG} " WITHOUT_SDL=yes Turns off SDL support"
|
||||
|
|
|
@ -76,7 +76,7 @@ LIB_DEPENDS+= vorbis.2:${PORTSDIR}/audio/libvorbis
|
|||
PLIST_SUB+= LIBVORBIS=""
|
||||
.endif
|
||||
|
||||
pre-everything:
|
||||
pre-everything::
|
||||
@${ECHO_MSG} "ClanLib has the following tunables option(s):"
|
||||
@${ECHO_MSG} ""
|
||||
@${ECHO_MSG} " WITHOUT_SDL=yes Turns off SDL support"
|
||||
|
|
|
@ -55,7 +55,7 @@ CONFIGURE_ARGS+=--enable-gtk2 ${MACHINE_ARCH}-portbld-freebsd${OSREL}
|
|||
CONFIGURE_ARGS+=--host=${CONFIGURE_TARGET} --build=${CONFIGURE_TARGET}
|
||||
.endif
|
||||
|
||||
pre-everything:
|
||||
pre-everything::
|
||||
.if !defined(WITH_GTK2)
|
||||
@${ECHO_MSG} "* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *"
|
||||
@${ECHO_MSG} "You can define WITH_GTK2=yes if you want to use Gtk20 toolkit."
|
||||
|
|
Loading…
Reference in a new issue