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 /www | |
parent | 12ce6c87dd0ede9d22d073e48b5a0e107474401e (diff) |
Notes
Diffstat (limited to 'www')
-rw-r--r-- | www/pecl-amfext/Makefile | 2 | ||||
-rw-r--r-- | www/php-templates/Makefile | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/www/pecl-amfext/Makefile b/www/pecl-amfext/Makefile index c8726c1fb277..7aa97e33e6c6 100644 --- a/www/pecl-amfext/Makefile +++ b/www/pecl-amfext/Makefile @@ -19,6 +19,8 @@ COMMENT= Implements encoding and decoding of AMF and AMF3 messages USE_PHP= yes USE_PHPEXT= yes PHP_MODNAME= amf +DEFAULT_PHP_VER=53 +IGNORE_WITH_PHP=5 CONFIGURE_ARGS= --enable-amf CPPFLAGS+= -I${LOCALBASE}/include/php/ext/standard diff --git a/www/php-templates/Makefile b/www/php-templates/Makefile index 9d8ee84e2dd9..ec3e5ed98261 100644 --- a/www/php-templates/Makefile +++ b/www/php-templates/Makefile @@ -24,6 +24,8 @@ USE_DOS2UNIX= yes USE_PHP= yes USE_PHPIZE= yes +DEFAULT_PHP_VER=53 +IGNORE_WITH_PHP=5 CONFIGURE_ARGS= --enable-templates=shared |