BROKEN on 5.x: does not compile
This commit is contained in:
parent
18c332ccc4
commit
373c7fbd84
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=100040
1 changed files with 7 additions and 1 deletions
|
@ -33,7 +33,13 @@ MANN= midiconf.n midievnt.n midifree.n midiget.n midigrep.n \
|
|||
midiwrit.n midivers.n midimove.n midicopy.n mididel.n \
|
||||
miditrck.n mididev.n miditime.n midifeat.n
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${OSVERSION} >= 502000
|
||||
BROKEN= "Does not compile"
|
||||
.endif
|
||||
|
||||
post-install:
|
||||
@${CAT} ${PKGMESSAGE} | ${SED} s#/usr/local#${PREFIX}#g
|
||||
|
||||
.include <bsd.port.mk>
|
||||
.include <bsd.port.post.mk>
|
||||
|
|
Loading…
Reference in a new issue