diff options
author | erwin <erwin@FreeBSD.org> | 2009-06-03 15:11:43 +0800 |
---|---|---|
committer | erwin <erwin@FreeBSD.org> | 2009-06-03 15:11:43 +0800 |
commit | 7a2523c608dc965affbe91b0b0446d25f72fad51 (patch) | |
tree | 23e77a9e50133a30b09c6ceaecde6fd5e1b6b3f9 /net/py-pcs | |
parent | 80f57c90360fcaa84fe665c2803a5ddb5f404e9e (diff) | |
download | freebsd-ports-gnome-7a2523c608dc965affbe91b0b0446d25f72fad51.tar.gz freebsd-ports-gnome-7a2523c608dc965affbe91b0b0446d25f72fad51.tar.zst freebsd-ports-gnome-7a2523c608dc965affbe91b0b0446d25f72fad51.zip |
Mark BROKEN on 8.x: does not build.
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} |