aboutsummaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authorErwin Lansing <erwin@FreeBSD.org>2010-04-18 20:27:03 +0000
committerErwin Lansing <erwin@FreeBSD.org>2010-04-18 20:27:03 +0000
commit7ab6bcc7e994b29d16aadeb0ecec64530a84f55c (patch)
tree16d7e238c59ca74e72a0d71772d5ad54b0c48375 /misc
parent245920fae5e549ca3bf021866ccb1acdb5276477 (diff)
downloadports-7ab6bcc7e994b29d16aadeb0ecec64530a84f55c.tar.gz
ports-7ab6bcc7e994b29d16aadeb0ecec64530a84f55c.zip
Notes
Diffstat (limited to 'misc')
-rw-r--r--misc/projectionlib/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/misc/projectionlib/Makefile b/misc/projectionlib/Makefile
index d9cb097c2cc5..da34f307400b 100644
--- a/misc/projectionlib/Makefile
+++ b/misc/projectionlib/Makefile
@@ -28,4 +28,10 @@ post-install:
${MKDIR} ${PREFIX}/include/ProjectionLib
${INSTALL_DATA} ${WRKSRC}/*.h ${PREFIX}/include/ProjectionLib
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} >= 900000
+BROKEN= does not patch
+.endif
+
+.include <bsd.port.post.mk>