aboutsummaryrefslogtreecommitdiff
path: root/net/axa
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2017-01-03 11:01:05 +0000
committerMathieu Arnold <mat@FreeBSD.org>2017-01-03 11:01:05 +0000
commitc1b39669d4c0fcf493382cfe462b10522569781e (patch)
tree4258e0d342beadc5ca18094ba5ce084e678b753d /net/axa
parentb1e8459a6f10a8f6d8c7d13ce7ca823e79130887 (diff)
downloadports-c1b39669d4c0fcf493382cfe462b10522569781e.tar.gz
ports-c1b39669d4c0fcf493382cfe462b10522569781e.zip
Cleanup BROKEN/IGNORE for 10.3-
Sponsored by: Absolight
Notes
Notes: svn path=/head/; revision=430454
Diffstat (limited to 'net/axa')
-rw-r--r--net/axa/Makefile4
1 files changed, 0 insertions, 4 deletions
diff --git a/net/axa/Makefile b/net/axa/Makefile
index 29c3c808d5bf..0c23cbb16ba5 100644
--- a/net/axa/Makefile
+++ b/net/axa/Makefile
@@ -44,14 +44,10 @@ LDFLAGS+= -lm
.include <bsd.port.pre.mk>
.if ${SSL_DEFAULT} == base
-. if ${OPSYS} == FreeBSD && ${OSVERSION} < 1000000
-IGNORE= base OpenSSL in FreeBSD 9 is too old, specify a ports version of SSL by adding DEFAULT_VERSIONS+=ssl=... to /etc/make.conf and rebuild everything that needs SSL
-. else
CONFIGURE_ENV+= libcrypto_CFLAGS="-I${OPENSSLINC}" \
libcrypto_LIBS="${OPENSSLLIB}/libcrypto.so" \
libssl_CFLAGS="-I${OPENSSLINC}" \
libssl_LIBS="${OPENSSLLIB}/libssl.so"
-. endif
.endif
post-extract: