diff options
author | ehaupt <ehaupt@FreeBSD.org> | 2009-03-26 06:53:17 +0800 |
---|---|---|
committer | ehaupt <ehaupt@FreeBSD.org> | 2009-03-26 06:53:17 +0800 |
commit | f69de1389c1d57812b2c8d05c41da55fdaef2396 (patch) | |
tree | 687ec1f241f6767a5ffb2e815f9a9db48ed6aa2b /security | |
parent | 6bb6dfcecb49c5d2dc6744d4044b55cfbfd6b0e8 (diff) | |
download | freebsd-ports-gnome-f69de1389c1d57812b2c8d05c41da55fdaef2396.tar.gz freebsd-ports-gnome-f69de1389c1d57812b2c8d05c41da55fdaef2396.tar.zst freebsd-ports-gnome-f69de1389c1d57812b2c8d05c41da55fdaef2396.zip |
Mark BROKEN on ${OSVERSION} >= 800067 && ${ARCH} == "amd64"
Notified by: pointyhat via pav
Diffstat (limited to 'security')
-rw-r--r-- | security/vpnc/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/security/vpnc/Makefile b/security/vpnc/Makefile index 62c443776d59..627caa11b96b 100644 --- a/security/vpnc/Makefile +++ b/security/vpnc/Makefile @@ -34,6 +34,10 @@ MAKE_ENV+= LDFLAGS="${LDFLAGS}" BINS="${EXTRABUILDS}" .include <bsd.port.pre.mk> +.if ${OSVERSION} >= 800067 && ${ARCH} == "amd64" +BROKEN= does not compile +.endif + .if defined(WITH_DECRYPT) MAN1= cisco-decrypt.1 EXTRABUILDS+= cisco-decrypt |