diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2004-12-24 23:51:15 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2004-12-24 23:51:15 +0000 |
commit | 5f21ca4b14dc92ebbf908c7641775e28b71bb225 (patch) | |
tree | 8befd5f52ded7333414aa1d6fa9e4bf94f414baf | |
parent | 676b67de4da2491ce1234aa3f74c9f473f614d52 (diff) |
Notes
-rw-r--r-- | emulators/p-interp/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/emulators/p-interp/Makefile b/emulators/p-interp/Makefile index caac33eb56fc..b0f579ea3f23 100644 --- a/emulators/p-interp/Makefile +++ b/emulators/p-interp/Makefile @@ -28,10 +28,6 @@ MAN1= ucsd.1 svolio.1 svolcvt.1 .include <bsd.port.pre.mk> -.if ${OSVERSION} >= 503000 -BROKEN= "Does not compile on FreeBSD >= 5.x" -.endif - post-extract: @cp ${DISTDIR}/apple_pascal_?.dsk.gz ${WRKDIR}/${DISTNAME} @gunzip ${WRKDIR}/${DISTNAME}/apple_pascal_?.dsk.gz |