diff options
author | Philippe Audeoud <jadawin@FreeBSD.org> | 2011-01-20 13:43:57 +0000 |
---|---|---|
committer | Philippe Audeoud <jadawin@FreeBSD.org> | 2011-01-20 13:43:57 +0000 |
commit | 295c0cbcc211732df31c0273fcb3e0a68373e13b (patch) | |
tree | f9561f043774a30ab203895ed3ee54b1db689fe1 /audio/ampache | |
parent | f5f91a12482415c4092aad894fefb7d6b7b8da45 (diff) | |
download | ports-295c0cbcc211732df31c0273fcb3e0a68373e13b.tar.gz ports-295c0cbcc211732df31c0273fcb3e0a68373e13b.zip |
Notes
Diffstat (limited to 'audio/ampache')
-rw-r--r-- | audio/ampache/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/ampache/Makefile b/audio/ampache/Makefile index 8e0f9eb0a5ac..b9eb11a9b7e8 100644 --- a/audio/ampache/Makefile +++ b/audio/ampache/Makefile @@ -5,14 +5,14 @@ PORTNAME= ampache PORTVERSION= 3.5.4 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= audio www MASTER_SITES= http://ampache.org/downloads/ MAINTAINER= jadawin@FreeBSD.org COMMENT= A Web-based Audio file manager -USE_PHP= mysql pcre session iconv +USE_PHP= mysql pcre session iconv hash gettext mbstring WANT_PHP_WEB= yes NO_BUILD= yes |