diff options
Diffstat (limited to 'security/pecl-crypto/Makefile')
-rw-r--r-- | security/pecl-crypto/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/pecl-crypto/Makefile b/security/pecl-crypto/Makefile index 31b90f4fcd5b..f6941375d1c2 100644 --- a/security/pecl-crypto/Makefile +++ b/security/pecl-crypto/Makefile @@ -11,9 +11,9 @@ COMMENT= Objective wrapper for OpenSSL Crypto Library LICENSE= PHP301 USES= compiler:c++11-lang php:pecl +IGNORE_WITH_PHP= 80 81 CONFIGURE_ARGS= --with-crypto CFLAGS+= -I${OPENSSLINC} LDFLAGS+= -L${OPENSSLLIB} -IGNORE_WITH_PHP= 80 .include <bsd.port.mk> |