diff options
author | lawrance <lawrance@FreeBSD.org> | 2006-11-04 07:37:05 +0800 |
---|---|---|
committer | lawrance <lawrance@FreeBSD.org> | 2006-11-04 07:37:05 +0800 |
commit | 4fa25ff79ee78932feef458dcada37a787bbc511 (patch) | |
tree | bb36214d625b059b5a9cb7c2b76b1d14a7e23539 | |
parent | f9c9960166b7d18cf2ec54a0f605079d669bc265 (diff) | |
download | freebsd-ports-gnome-4fa25ff79ee78932feef458dcada37a787bbc511.tar.gz freebsd-ports-gnome-4fa25ff79ee78932feef458dcada37a787bbc511.tar.zst freebsd-ports-gnome-4fa25ff79ee78932feef458dcada37a787bbc511.zip |
Mark BROKEN on 4.x.
Reported by: kris
-rw-r--r-- | net/vls/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/vls/Makefile b/net/vls/Makefile index 497dd2979da0..ff82d5a13330 100644 --- a/net/vls/Makefile +++ b/net/vls/Makefile @@ -54,7 +54,7 @@ post-install: .include <bsd.port.pre.mk> .if ${OSVERSION} < 500000 -CONFIGURE_ENV+= VLS_LIB="-L/usr/lib -lcipher" +BROKEN= Does not build .endif .if ${OSVERSION} >= 502122 |