diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2016-06-28 14:00:45 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2016-06-28 14:00:45 +0000 |
commit | dca255c3cec21c0c66003eb626763c7fdc2cb59a (patch) | |
tree | e6eac391e081f99a997be8b0d8e036d22d5fe2a9 /security/pecl-pam | |
parent | 4973e5b396de5fdc84495adcdcb1f40854c8ebcd (diff) |
Notes
Diffstat (limited to 'security/pecl-pam')
-rw-r--r-- | security/pecl-pam/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/security/pecl-pam/Makefile b/security/pecl-pam/Makefile index cb2a62ed910c..86fad0acf813 100644 --- a/security/pecl-pam/Makefile +++ b/security/pecl-pam/Makefile @@ -12,10 +12,7 @@ COMMENT= PECL classes for PAM integration LICENSE= PHP202 -USES= tar:tgz -USE_PHP= yes -USE_PHPIZE= yes -USE_PHPEXT= yes +USES= php:ext tar:tgz IGNORE_WITH_PHP= 70 .include <bsd.port.mk> |