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 /audio/pecl-id3 | |
parent | 12ce6c87dd0ede9d22d073e48b5a0e107474401e (diff) |
Notes
Diffstat (limited to 'audio/pecl-id3')
-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 |