aboutsummaryrefslogtreecommitdiff
path: root/emulators/frodo/Makefile
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2002-12-01 23:59:49 +0000
committerKris Kennaway <kris@FreeBSD.org>2002-12-01 23:59:49 +0000
commit8d73620260a19599ed2272d5c0899a8b799e04e2 (patch)
tree36554aac811942b3c74fcd97d5dafd3aae19c304 /emulators/frodo/Makefile
parent7f795bc3f1845c49bc3c77bd1c478d6ab6799d19 (diff)
downloadports-8d73620260a19599ed2272d5c0899a8b799e04e2.tar.gz
ports-8d73620260a19599ed2272d5c0899a8b799e04e2.zip
Notes
Diffstat (limited to 'emulators/frodo/Makefile')
-rw-r--r--emulators/frodo/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/emulators/frodo/Makefile b/emulators/frodo/Makefile
index 8b034744bbfe..f056599533df 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>