summaryrefslogtreecommitdiff
path: root/emulators
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2002-12-05 04:32:11 +0000
committerDirk Meyer <dinoex@FreeBSD.org>2002-12-05 04:32:11 +0000
commit104707fd3b06f936b308afc8b4c89bd4ea9b82b6 (patch)
tree703957961800c183e13ee36dafdc85b6d20157a5 /emulators
parentONLY_FOR_ARCHS=i386 (diff)
- remove BROKEN
as the port does build, Thanks to naddy! http://bento.freebsd.org/errorlogs/packages-5-latest/emulators/frodo-4.1a.tbz
Notes
Notes: svn path=/head/; revision=71377
Diffstat (limited to 'emulators')
-rw-r--r--emulators/frodo/Makefile8
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>