summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--devel/libpeak/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/devel/libpeak/Makefile b/devel/libpeak/Makefile
index ed41b20fd7f7..deb42d5aeece 100644
--- a/devel/libpeak/Makefile
+++ b/devel/libpeak/Makefile
@@ -25,4 +25,10 @@ MAKE_ARGS= CFLAGS="${CFLAGS}" PTHREAD_CFLAGS="${PTHREAD_CFLAGS}" \
LIBS="${PTHREAD_LIBS}"
USE_LDCONFIG= yes
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} > 700000
+BROKEN= Does not package (objformat fallout)
+.endif
+
+.include <bsd.port.post.mk>