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 /net/pecl-yaz | |
parent | 4973e5b396de5fdc84495adcdcb1f40854c8ebcd (diff) |
Notes
Diffstat (limited to 'net/pecl-yaz')
-rw-r--r-- | net/pecl-yaz/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/net/pecl-yaz/Makefile b/net/pecl-yaz/Makefile index 73bd4104e6ff..92f8433c1863 100644 --- a/net/pecl-yaz/Makefile +++ b/net/pecl-yaz/Makefile @@ -16,8 +16,7 @@ LICENSE= PHP301 LIB_DEPENDS= libyaz.so:net/yaz -USE_PHP= yes -USE_PHPEXT= yes +USES= php:ext IGNORE_WITH_PHP= 70 CONFIGURE_ARGS= --with-yaz=${LOCALBASE} |