diff options
author | erwin <erwin@FreeBSD.org> | 2009-06-11 16:17:39 +0800 |
---|---|---|
committer | erwin <erwin@FreeBSD.org> | 2009-06-11 16:17:39 +0800 |
commit | 16d4d83db3d505734c9da994eb8db48f1642898d (patch) | |
tree | 7d644fbdb068daca066aa590146065a28fe8512e /security | |
parent | 8ca41e0becc017fb061b2833958f5d144d1c6add (diff) | |
download | freebsd-ports-gnome-16d4d83db3d505734c9da994eb8db48f1642898d.tar.gz freebsd-ports-gnome-16d4d83db3d505734c9da994eb8db48f1642898d.tar.zst freebsd-ports-gnome-16d4d83db3d505734c9da994eb8db48f1642898d.zip |
Mark BROKEN on 8.x: does not build.
Diffstat (limited to 'security')
-rw-r--r-- | security/vpnd/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/security/vpnd/Makefile b/security/vpnd/Makefile index fe4c7ff2985e..7613f5d1685e 100644 --- a/security/vpnd/Makefile +++ b/security/vpnd/Makefile @@ -40,4 +40,10 @@ do-install: .endfor .endif -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${OSVERSION} >= 800045 +BROKEN= does not build +.endif + +.include <bsd.port.post.mk> |