summaryrefslogtreecommitdiffstats
path: root/emulators
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2002-12-01 23:59:49 +0000
committerkris <kris@FreeBSD.org>2002-12-01 23:59:49 +0000
commitbaeadeca580b72a3f7b2afe6f2a92ef3e014dc0a (patch)
treeff71715d57c84e1210ec84b5cced5f6c0395aede /emulators
parent8ab9eda1745c379217a29137a5e3caaca80217f5 (diff)
downloadFreeBSD-ports-baeadeca580b72a3f7b2afe6f2a92ef3e014dc0a.zip
FreeBSD-ports-baeadeca580b72a3f7b2afe6f2a92ef3e014dc0a.tar.gz
BROKEN on 5.0: does not build
Diffstat (limited to 'emulators')
-rw-r--r--emulators/frodo/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/emulators/frodo/Makefile b/emulators/frodo/Makefile
index 8b03474..f056599 100644
--- a/emulators/frodo/Makefile
+++ b/emulators/frodo/Makefile
@@ -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>
OpenPOWER on IntegriCloud