diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2002-12-01 23:59:49 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2002-12-01 23:59:49 +0000 |
commit | 8d73620260a19599ed2272d5c0899a8b799e04e2 (patch) | |
tree | 36554aac811942b3c74fcd97d5dafd3aae19c304 /emulators | |
parent | 7f795bc3f1845c49bc3c77bd1c478d6ab6799d19 (diff) | |
download | ports-8d73620260a19599ed2272d5c0899a8b799e04e2.tar.gz ports-8d73620260a19599ed2272d5c0899a8b799e04e2.zip |
Notes
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/frodo/Makefile | 8 |
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> |