diff options
author | ale <ale@FreeBSD.org> | 2012-05-20 14:42:55 +0800 |
---|---|---|
committer | ale <ale@FreeBSD.org> | 2012-05-20 14:42:55 +0800 |
commit | d829ddb636401f0a885021a9faa2577153e902c8 (patch) | |
tree | ae3aa4869387a8342eaad867ca624f4cc4f1210c /audio | |
parent | 5a884241854e309541424eeb9908f042c14dd2e6 (diff) | |
download | freebsd-ports-gnome-d829ddb636401f0a885021a9faa2577153e902c8.tar.gz freebsd-ports-gnome-d829ddb636401f0a885021a9faa2577153e902c8.tar.zst freebsd-ports-gnome-d829ddb636401f0a885021a9faa2577153e902c8.zip |
Mark IGNORE with php 5.4 and set 5.3 as default.
Reported by: pav
Pointyhat to: me
Diffstat (limited to 'audio')
-rw-r--r-- | audio/pecl-id3/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/audio/pecl-id3/Makefile b/audio/pecl-id3/Makefile index a1da0433cedf..ddf3b50d5d37 100644 --- a/audio/pecl-id3/Makefile +++ b/audio/pecl-id3/Makefile @@ -18,6 +18,8 @@ COMMENT= Extension to read and write ID3 tags in MP3 files USE_PHP= yes USE_PHPEXT= yes +DEFAULT_PHP_VER=53 +IGNORE_WITH_PHP=5 CONFIGURE_ARGS= --enable-id3 |