diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2014-07-26 04:09:16 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2014-07-26 04:09:16 +0800 |
commit | 586fa436256e87ade6799a3bca24c768c03565ce (patch) | |
tree | 84a801a2f7577f2b435c5a57667363be5b6f684f /www/mod_musicindex | |
parent | 3a091977b6c2fc5cb058c3cd9f14f910e6aaef74 (diff) | |
download | freebsd-ports-gnome-586fa436256e87ade6799a3bca24c768c03565ce.tar.gz freebsd-ports-gnome-586fa436256e87ade6799a3bca24c768c03565ce.tar.zst freebsd-ports-gnome-586fa436256e87ade6799a3bca24c768c03565ce.zip |
- Switch multimedia/mp4v2 to USES=libtool, drop .la files
- Bump dependent ports as .so version has changed
Approved by: portmgr blanket
Diffstat (limited to 'www/mod_musicindex')
-rw-r--r-- | www/mod_musicindex/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/www/mod_musicindex/Makefile b/www/mod_musicindex/Makefile index 334b79d32d02..bb8d822c545e 100644 --- a/www/mod_musicindex/Makefile +++ b/www/mod_musicindex/Makefile @@ -3,6 +3,7 @@ PORTNAME= mod_musicindex PORTVERSION= 1.4.1 +PORTREVISION= 1 CATEGORIES= www audio MASTER_SITES= http://hacks.slashdirt.org/musicindex/ PKGNAMEPREFIX= ${APACHE_PKGNAMEPREFIX} |