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 /textproc/pecl-syck | |
parent | 4973e5b396de5fdc84495adcdcb1f40854c8ebcd (diff) | |
download | ports-dca255c3cec21c0c66003eb626763c7fdc2cb59a.tar.gz ports-dca255c3cec21c0c66003eb626763c7fdc2cb59a.zip |
Notes
Diffstat (limited to 'textproc/pecl-syck')
-rw-r--r-- | textproc/pecl-syck/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/textproc/pecl-syck/Makefile b/textproc/pecl-syck/Makefile index e76506b6b09e..53b715f634c5 100644 --- a/textproc/pecl-syck/Makefile +++ b/textproc/pecl-syck/Makefile @@ -18,10 +18,8 @@ BROKEN_powerpc64= Does not build BUILD_DEPENDS= ${LOCALBASE}/lib/libsyck.a:textproc/syck -USES= tar:tgz -USE_PHP= spl hash -USE_PHP_BUILD= yes -USE_PHPEXT= yes +USES= php:ext tar:tgz +USE_PHP= spl:build hash:build IGNORE_WITH_PHP= 70 CONFIGURE_ARGS= --enable-syck |