aboutsummaryrefslogtreecommitdiff
path: root/devel/libpeak
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2007-07-02 17:27:46 +0000
committerPav Lucistnik <pav@FreeBSD.org>2007-07-02 17:27:46 +0000
commitf2555de2102a094af6a9741e6a376ba745bfc737 (patch)
treea200547a92bca19f0361477b8de4f45d3f59d7e0 /devel/libpeak
parent14690bd136ad3637cdca03c9aa6a41ccb5d52f9f (diff)
downloadports-f2555de2102a094af6a9741e6a376ba745bfc737.tar.gz
ports-f2555de2102a094af6a9741e6a376ba745bfc737.zip
- Mark as BROKEN on 7.X: does not package - objformat fallout
Notes
Notes: svn path=/head/; revision=194691
Diffstat (limited to 'devel/libpeak')
-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>