1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-24 00:45:52 +00:00

Add WITH_SWFDEC option to the pre-everything target.

Submitted by:	bland
Approved by:	maintainer (implicit)
This commit is contained in:
Joe Marcus Clarke 2003-11-09 00:46:13 +00:00
parent 12a03d742d
commit a850e64084
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=93476
2 changed files with 8 additions and 0 deletions

View File

@ -742,6 +742,10 @@ pre-everything::
@${ECHO_MSG} '===>'
@${ECHO_MSG} '===> Define WITH_SDL to enable SDL Video plugin'
.endif
.ifndef(WITH_SWFDEC)
@${ECHO_MSG} '===>'
@${ECHO_MSG} '===> Define WITH_SWFDEC to enable Flash Video plugin'
.endif
.ifndef(WITH_VORBIS)
@${ECHO_MSG} '===>'
@${ECHO_MSG} '===> Define WITH_VORBIS to enable vorbis Audio plugin'

View File

@ -742,6 +742,10 @@ pre-everything::
@${ECHO_MSG} '===>'
@${ECHO_MSG} '===> Define WITH_SDL to enable SDL Video plugin'
.endif
.ifndef(WITH_SWFDEC)
@${ECHO_MSG} '===>'
@${ECHO_MSG} '===> Define WITH_SWFDEC to enable Flash Video plugin'
.endif
.ifndef(WITH_VORBIS)
@${ECHO_MSG} '===>'
@${ECHO_MSG} '===> Define WITH_VORBIS to enable vorbis Audio plugin'