mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-28 01:06:17 +00:00
- Don't quote BROKEN messages
This commit is contained in:
parent
02b5bafc95
commit
cbb5d9a3b3
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=162022
@ -246,7 +246,7 @@ ${ext}_NAME?= ${ext}
|
||||
BUILD_DEPENDS+= ${${ext}_GST80_PREFIX}${${ext}_NAME}${${ext}_GST80_SUFX}>=${${ext}_GST80_VERSION}:${PORTSDIR}/${${ext}_DEPENDS}${${ext}_GST80_SUFX}
|
||||
RUN_DEPENDS+= ${${ext}_GST80_PREFIX}${${ext}_NAME}${${ext}_GST80_SUFX}>=${${ext}_GST80_VERSION}:${PORTSDIR}/${${ext}_DEPENDS}${${ext}_GST80_SUFX}
|
||||
. else
|
||||
BROKEN= "Unknown gstreamer-plugin -- ${ext}"
|
||||
BROKEN= Unknown gstreamer-plugin -- ${ext}
|
||||
. endif
|
||||
.endfor
|
||||
.endif
|
||||
@ -256,7 +256,7 @@ BROKEN= "Unknown gstreamer-plugin -- ${ext}"
|
||||
BUILD_DEPENDS+= ${${ext}_GST_PREFIX}${${ext}_NAME}>=${${ext}_GST_VERSION}:${PORTSDIR}/${${ext}_DEPENDS}
|
||||
RUN_DEPENDS+= ${${ext}_GST_PREFIX}${${ext}_NAME}>=${${ext}_GST_VERSION}:${PORTSDIR}/${${ext}_DEPENDS}
|
||||
. else
|
||||
BROKEN= "Unknown gstreamer-plugin -- ${ext}"
|
||||
BROKEN= Unknown gstreamer-plugin -- ${ext}
|
||||
. endif
|
||||
.endfor
|
||||
.endif
|
||||
|
Loading…
Reference in New Issue
Block a user