diff options
-rw-r--r-- | devel/libpeak/Makefile | 8 |
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> |