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 /audio/faac | |
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 'audio/faac')
-rw-r--r-- | audio/faac/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/faac/Makefile b/audio/faac/Makefile index 6f7b62ddf598..601686d17b40 100644 --- a/audio/faac/Makefile +++ b/audio/faac/Makefile @@ -3,7 +3,7 @@ PORTNAME= faac PORTVERSION= 1.28 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= audio MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-src/${PORTNAME}-${PORTVERSION} |