diff options
author | knu <knu@FreeBSD.org> | 2002-11-04 21:21:03 +0000 |
---|---|---|
committer | knu <knu@FreeBSD.org> | 2002-11-04 21:21:03 +0000 |
commit | 93ff4bb0b64e3f5fa6e93e53fe7da6a34be349cd (patch) | |
tree | 6346a4947b443f9e9864df2b0f6807511c07cfb4 /devel/ptl | |
parent | 5ee49cfee5ba7fb581237a5c2606899a77eda226 (diff) | |
download | FreeBSD-ports-93ff4bb0b64e3f5fa6e93e53fe7da6a34be349cd.zip FreeBSD-ports-93ff4bb0b64e3f5fa6e93e53fe7da6a34be349cd.tar.gz |
Mark BROKEN for FreeBSD 5.0 or higher, which is not supported yet.
Diffstat (limited to 'devel/ptl')
-rw-r--r-- | devel/ptl/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/devel/ptl/Makefile b/devel/ptl/Makefile index 25418ed..3cbf24e 100644 --- a/devel/ptl/Makefile +++ b/devel/ptl/Makefile @@ -31,6 +31,12 @@ DOCS= COPYING ChangeLog FAQ NEWS \ PROBLEMS README README.PDB README.jp \ WISHLIST doc/manual.ps.gz +.include <bsd.port.pre.mk> + +.if ${OSVERSION} >= 500000 +BROKEN= "FreeBSD 5.x is not supported yet." +.endif + post-patch: ${REINPLACE_CMD} -e 's|-O[2-6]|${CFLAGS}|g' \ ${WRKSRC}/Util/Makefile.in \ @@ -51,4 +57,4 @@ post-install: .endfor .endif -.include <bsd.port.mk> +.include <bsd.port.post.mk> |