summaryrefslogtreecommitdiffstats
path: root/devel/ptl
diff options
context:
space:
mode:
authorknu <knu@FreeBSD.org>2002-11-04 21:21:03 +0000
committerknu <knu@FreeBSD.org>2002-11-04 21:21:03 +0000
commit93ff4bb0b64e3f5fa6e93e53fe7da6a34be349cd (patch)
tree6346a4947b443f9e9864df2b0f6807511c07cfb4 /devel/ptl
parent5ee49cfee5ba7fb581237a5c2606899a77eda226 (diff)
downloadFreeBSD-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/Makefile8
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>
OpenPOWER on IntegriCloud