diff options
author | jadawin <jadawin@FreeBSD.org> | 2011-01-20 21:43:57 +0800 |
---|---|---|
committer | jadawin <jadawin@FreeBSD.org> | 2011-01-20 21:43:57 +0800 |
commit | a5de834310637ef6126d1a4a8202d6b12df30375 (patch) | |
tree | 7b908515c46c0f7bbb2a53f6fd9a013a486a5fa6 /audio/ampache | |
parent | 7972e5b62f2c256c2e31e840e08ae82f68ff0534 (diff) | |
download | freebsd-ports-gnome-a5de834310637ef6126d1a4a8202d6b12df30375.tar.gz freebsd-ports-gnome-a5de834310637ef6126d1a4a8202d6b12df30375.tar.zst freebsd-ports-gnome-a5de834310637ef6126d1a4a8202d6b12df30375.zip |
- Add missing dependencies
Feature safe: yes
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 |