diff options
author | dinoex <dinoex@FreeBSD.org> | 2002-12-05 04:32:11 +0000 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2002-12-05 04:32:11 +0000 |
commit | b6482f56c63535480dc75057a0f81d6956f67d56 (patch) | |
tree | f2758ad618ade2ea6426ec18e170a04453441b1f /emulators | |
parent | 31c2b10c3d5d4ed06f1b75843c5dea7f0d617fb0 (diff) | |
download | FreeBSD-ports-b6482f56c63535480dc75057a0f81d6956f67d56.zip FreeBSD-ports-b6482f56c63535480dc75057a0f81d6956f67d56.tar.gz |
- remove BROKEN
as the port does build, Thanks to naddy!
http://bento.freebsd.org/errorlogs/packages-5-latest/emulators/frodo-4.1a.tbz
Diffstat (limited to 'emulators')
-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 f056599..8b03474 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> |