summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormarino <marino@FreeBSD.org>2016-09-11 04:37:07 +0000
committermarino <marino@FreeBSD.org>2016-09-11 04:37:07 +0000
commit074fe01ab7511561deba2ea5acb95aad39cd9cf9 (patch)
tree4a33dc433ecfb87ab915edd0a12ab0720045d06a
parent1c2dd0de988bbf2568be3b6e0703b729a586b475 (diff)
downloadFreeBSD-ports-074fe01ab7511561deba2ea5acb95aad39cd9cf9.zip
FreeBSD-ports-074fe01ab7511561deba2ea5acb95aad39cd9cf9.tar.gz
security/pecl-crypto: Add SSL flags
Approved by: SSL blanket
-rw-r--r--security/pecl-crypto/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/security/pecl-crypto/Makefile b/security/pecl-crypto/Makefile
index 1aba80c..0c5f1bb3 100644
--- a/security/pecl-crypto/Makefile
+++ b/security/pecl-crypto/Makefile
@@ -14,8 +14,9 @@ COMMENT= Objective wrapper for OpenSSL Crypto Library
LICENSE= PHP301
-USES= php:ext tar:tgz
+USES= php:ext ssl tar:tgz
CONFIGURE_ARGS= --with-crypto
-USE_OPENSSL= yes
+CFLAGS+= -I${OPENSSLINC}
+LDFLAGS+= -L${OPENSSLLIB}
.include <bsd.port.mk>
OpenPOWER on IntegriCloud