diff options
author | antoine <antoine@FreeBSD.org> | 2015-02-25 19:22:40 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2015-02-25 19:22:40 +0800 |
commit | 98b3ee615be31921c98ffa1f954b8c7826726412 (patch) | |
tree | 522c519a2411c1063a735c863fd854a0ba637be8 /audio | |
parent | f962ab9bf646839c4a24b1a7b6b0bc4a56f387fe (diff) | |
download | freebsd-ports-gnome-98b3ee615be31921c98ffa1f954b8c7826726412.tar.gz freebsd-ports-gnome-98b3ee615be31921c98ffa1f954b8c7826726412.tar.zst freebsd-ports-gnome-98b3ee615be31921c98ffa1f954b8c7826726412.zip |
Those ports do not build with php 5.6
Diffstat (limited to 'audio')
-rw-r--r-- | audio/pecl-id3/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/pecl-id3/Makefile b/audio/pecl-id3/Makefile index 5ab9cf4671f9..eff9d7a5efa6 100644 --- a/audio/pecl-id3/Makefile +++ b/audio/pecl-id3/Makefile @@ -16,7 +16,7 @@ LICENSE= PHP30 USES= tar:tgz USE_PHP= yes USE_PHPEXT= yes -IGNORE_WITH_PHP=5 +IGNORE_WITH_PHP=5 56 CONFIGURE_ARGS= --enable-id3 |