diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2007-07-02 17:27:46 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2007-07-02 17:27:46 +0000 |
commit | f2555de2102a094af6a9741e6a376ba745bfc737 (patch) | |
tree | a200547a92bca19f0361477b8de4f45d3f59d7e0 /devel/libpeak | |
parent | 14690bd136ad3637cdca03c9aa6a41ccb5d52f9f (diff) | |
download | ports-f2555de2102a094af6a9741e6a376ba745bfc737.tar.gz ports-f2555de2102a094af6a9741e6a376ba745bfc737.zip |
Notes
Diffstat (limited to 'devel/libpeak')
-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> |