diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2002-11-04 21:21:03 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2002-11-04 21:21:03 +0000 |
commit | e2eee5b71bf8f0c13e9c884395b67dbdef02c594 (patch) | |
tree | 11847b0c8fc6fe98c60ec590dea11ef5d8d2309b /devel | |
parent | 1eaafa5a2f688a3254ee238574423a888b3896db (diff) |
Notes
Diffstat (limited to 'devel')
-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 25418edfe755..3cbf24eed8c6 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> |