diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2017-01-03 11:01:05 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2017-01-03 11:01:05 +0000 |
commit | c1b39669d4c0fcf493382cfe462b10522569781e (patch) | |
tree | 4258e0d342beadc5ca18094ba5ce084e678b753d /net/axa | |
parent | b1e8459a6f10a8f6d8c7d13ce7ca823e79130887 (diff) | |
download | ports-c1b39669d4c0fcf493382cfe462b10522569781e.tar.gz ports-c1b39669d4c0fcf493382cfe462b10522569781e.zip |
Notes
Diffstat (limited to 'net/axa')
-rw-r--r-- | net/axa/Makefile | 4 |
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: |