BROKEN on 5.0: does not build
This commit is contained in:
parent
7f795bc3f1
commit
8d73620260
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=71284
1 changed files with 7 additions and 1 deletions
|
@ -22,6 +22,12 @@ WRKSRC= ${WRKDIR}/Frodo/Src
|
|||
|
||||
ROM= 1541 Basic Char Kernal
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${OSVERSION} > 500000
|
||||
BROKEN= "Does not build"
|
||||
.endif
|
||||
|
||||
post-patch:
|
||||
@${MV} ${WRKDIR}/Frodo/TkGui.tcl ${WRKDIR}/Frodo/TkGui.tcl.sed
|
||||
${SED} -e "s|%%LOCALBASE%%|${LOCALBASE}|g" \
|
||||
|
@ -54,4 +60,4 @@ post-install:
|
|||
@${TAR} -C ${WRKDIR}/Frodo/Docs -cf - . | ${TAR} -C ${DOCSDIR} -xf -
|
||||
.endif
|
||||
|
||||
.include <bsd.port.mk>
|
||||
.include <bsd.port.post.mk>
|
||||
|
|
Loading…
Reference in a new issue