mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
audio/mbrolavox: Error if no OPTION is selected
Notified by: bdrewery
This commit is contained in:
parent
0da23e2355
commit
7685842f89
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=317311
@ -33,6 +33,10 @@ MYFILES+= ${FILE_${ii}}
|
||||
. endif
|
||||
.endfor
|
||||
|
||||
.if empty(DISTFILES)
|
||||
IGNORE= requires that at least one OPTION is selected
|
||||
.endif
|
||||
|
||||
do-extract:
|
||||
@${MKDIR} ${WRKSRC}
|
||||
.for ii in ${MYFILES}
|
||||
|
Loading…
Reference in New Issue
Block a user