diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2004-11-30 00:06:04 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2004-11-30 00:06:04 +0000 |
commit | 0c8c8c6c3715e5a80ec9bf5fa499a95594a01d0c (patch) | |
tree | f7892f48c279afb4a8b74b42884f4c53756a2b66 /emulators/p-interp | |
parent | e29a9793e2ef136fd485554b799f208ce7759c5b (diff) | |
download | ports-0c8c8c6c3715e5a80ec9bf5fa499a95594a01d0c.tar.gz ports-0c8c8c6c3715e5a80ec9bf5fa499a95594a01d0c.zip |
Notes
Diffstat (limited to 'emulators/p-interp')
-rw-r--r-- | emulators/p-interp/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/emulators/p-interp/Makefile b/emulators/p-interp/Makefile index aad98e17f072..673fb5995048 100644 --- a/emulators/p-interp/Makefile +++ b/emulators/p-interp/Makefile @@ -26,6 +26,10 @@ 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 |