diff options
author | roam <roam@FreeBSD.org> | 2004-06-17 09:35:23 +0000 |
---|---|---|
committer | roam <roam@FreeBSD.org> | 2004-06-17 09:35:23 +0000 |
commit | f8d880fb99338953730ea13f4a395d9a74385f61 (patch) | |
tree | 47b4c449d6bd8450e3031e86bd40c076e85d5b9f /security/stunnel | |
parent | f1fbf7d6bc8e4b2057d00a53a8ced6f8664cab8e (diff) | |
download | FreeBSD-ports-f8d880fb99338953730ea13f4a395d9a74385f61.zip FreeBSD-ports-f8d880fb99338953730ea13f4a395d9a74385f61.tar.gz |
BROKEN -> IGNORE, since this is a runtime error and the port itself builds
just fine.
Suggested by: kris
Diffstat (limited to 'security/stunnel')
-rw-r--r-- | security/stunnel/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/stunnel/Makefile b/security/stunnel/Makefile index 5cdbdd5..5a87907 100644 --- a/security/stunnel/Makefile +++ b/security/stunnel/Makefile @@ -68,7 +68,7 @@ cert: .include <bsd.port.pre.mk> .if ${OSVERSION} > 500000 -BROKEN= Bus error with OpenSSL in -CURRENT, under investigation +IGNORE= Bus error with OpenSSL in -CURRENT, under investigation .endif .include <bsd.port.post.mk> |