diff options
author | Erwin Lansing <erwin@FreeBSD.org> | 2009-06-03 07:11:43 +0000 |
---|---|---|
committer | Erwin Lansing <erwin@FreeBSD.org> | 2009-06-03 07:11:43 +0000 |
commit | d4ded791c9d06297aece2068bbc49877e098e535 (patch) | |
tree | 398ea3d81955c7b7aa9b60ded49289f2256f39f6 /net/py-pcs | |
parent | a77718342be23980d8da68ed7eec357e57278f64 (diff) | |
download | ports-d4ded791c9d06297aece2068bbc49877e098e535.tar.gz ports-d4ded791c9d06297aece2068bbc49877e098e535.zip |
Notes
Diffstat (limited to 'net/py-pcs')
-rw-r--r-- | net/py-pcs/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/net/py-pcs/Makefile b/net/py-pcs/Makefile index e3c3ae205acf..558b0fd28128 100644 --- a/net/py-pcs/Makefile +++ b/net/py-pcs/Makefile @@ -23,6 +23,10 @@ USE_PYTHON_PREFIX= yes .include <bsd.port.pre.mk> +.if ${OSVERSION} >= 800074 +BROKEN= does not build +.endif + post-install: .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} |