1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-01 05:45:45 +00:00

Mark broken on amd64/7.0

PR:		ports/115491
Submitted by:	Kouichi ABE (WALL) (maintainer)
This commit is contained in:
Ion-Mihai Tetcu 2007-08-21 11:22:01 +00:00
parent aa7a89a6fe
commit 6b129ee379
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=198063

View File

@ -37,6 +37,10 @@ OPTIONS= OPENSSL "OpenSSL support" off \
.include <bsd.port.pre.mk>
.if ${ARCH} == amd64 && ${OSREL} == 7.0
BROKEN= doens't work; authors works on the problem
.endif
.if defined(WITH_OPENSSL)
CONFIGURE_ARGS+= --with-openssl=yes
.endif