diff options
author | ale <ale@FreeBSD.org> | 2012-05-16 15:37:04 +0800 |
---|---|---|
committer | ale <ale@FreeBSD.org> | 2012-05-16 15:37:04 +0800 |
commit | 0eeea621dd9cabb58c0520c76c47af096f39b824 (patch) | |
tree | f0f8253b257082f0dcbb68334515cd2e9d34ab1a /net | |
parent | 6114ed6c930dcd43fd5cb27d2d7d14289eea1eca (diff) | |
download | freebsd-ports-gnome-0eeea621dd9cabb58c0520c76c47af096f39b824.tar.gz freebsd-ports-gnome-0eeea621dd9cabb58c0520c76c47af096f39b824.tar.zst freebsd-ports-gnome-0eeea621dd9cabb58c0520c76c47af096f39b824.zip |
Switch to default PHP 5.3, since not compatible with PHP 5.4.
Diffstat (limited to 'net')
-rw-r--r-- | net/pecl-yaz/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/net/pecl-yaz/Makefile b/net/pecl-yaz/Makefile index 148f3be56b2e..06cda67b3b38 100644 --- a/net/pecl-yaz/Makefile +++ b/net/pecl-yaz/Makefile @@ -21,6 +21,8 @@ LIB_DEPENDS= yaz.4:${PORTSDIR}/net/yaz USE_PHP= yes USE_PHPEXT= yes +DEFAULT_PHP_VER=53 +IGNORE_WITH_PHP=5 CONFIGURE_ARGS= --with-yaz=${LOCALBASE} |