diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2002-12-05 04:32:11 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2002-12-05 04:32:11 +0000 |
commit | 104707fd3b06f936b308afc8b4c89bd4ea9b82b6 (patch) | |
tree | 703957961800c183e13ee36dafdc85b6d20157a5 /emulators/frodo | |
parent | da743bb0e06b335d1a0e763c3738b3ea9bf05c2b (diff) | |
download | ports-104707fd3b06f936b308afc8b4c89bd4ea9b82b6.tar.gz ports-104707fd3b06f936b308afc8b4c89bd4ea9b82b6.zip |
Notes
Diffstat (limited to 'emulators/frodo')
-rw-r--r-- | emulators/frodo/Makefile | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/emulators/frodo/Makefile b/emulators/frodo/Makefile index f056599533df..8b034744bbfe 100644 --- a/emulators/frodo/Makefile +++ b/emulators/frodo/Makefile @@ -22,12 +22,6 @@ 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" \ @@ -60,4 +54,4 @@ post-install: @${TAR} -C ${WRKDIR}/Frodo/Docs -cf - . | ${TAR} -C ${DOCSDIR} -xf - .endif -.include <bsd.port.post.mk> +.include <bsd.port.mk> |