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/pecl-amfext | |
parent | 12ce6c87dd0ede9d22d073e48b5a0e107474401e (diff) | |
download | ports-77cb321f555961d887151f7a0e56b4289007a832.tar.gz ports-77cb321f555961d887151f7a0e56b4289007a832.zip |
Notes
Diffstat (limited to 'www/pecl-amfext')
-rw-r--r-- | www/pecl-amfext/Makefile | 2 |
1 files changed, 2 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 |