diff options
author | Alex Dupre <ale@FreeBSD.org> | 2012-05-20 06:42:55 +0000 |
---|---|---|
committer | Alex Dupre <ale@FreeBSD.org> | 2012-05-20 06:42:55 +0000 |
commit | 77cb321f555961d887151f7a0e56b4289007a832 (patch) | |
tree | 8cf380a192f1f3bb956bfa03e547165460421400 /textproc/pecl-syck | |
parent | 12ce6c87dd0ede9d22d073e48b5a0e107474401e (diff) | |
download | ports-77cb321f555961d887151f7a0e56b4289007a832.tar.gz ports-77cb321f555961d887151f7a0e56b4289007a832.zip |
Notes
Diffstat (limited to 'textproc/pecl-syck')
-rw-r--r-- | textproc/pecl-syck/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/textproc/pecl-syck/Makefile b/textproc/pecl-syck/Makefile index 1e9ac4983605..85b7f0daaf67 100644 --- a/textproc/pecl-syck/Makefile +++ b/textproc/pecl-syck/Makefile @@ -21,6 +21,8 @@ BUILD_DEPENDS= ${LOCALBASE}/lib/libsyck.a:${PORTSDIR}/textproc/syck USE_PHP= spl hash USE_PHP_BUILD= yes USE_PHPEXT= yes +DEFAULT_PHP_VER=53 +IGNORE_WITH_PHP=5 CONFIGURE_ARGS= --enable-syck |