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 /multimedia/mpeg4ip | |
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 'multimedia/mpeg4ip')
-rw-r--r-- | multimedia/mpeg4ip/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/multimedia/mpeg4ip/Makefile b/multimedia/mpeg4ip/Makefile index f72e36231c49..9e2de8f6cf08 100644 --- a/multimedia/mpeg4ip/Makefile +++ b/multimedia/mpeg4ip/Makefile @@ -3,7 +3,7 @@ PORTNAME= mpeg4ip PORTVERSION= 1.6.1 -PORTREVISION= 28 +PORTREVISION= 29 CATEGORIES= multimedia audio ipv6 net MASTER_SITES= LOCAL/ahze # http://sourceforge.net/forum/forum.php?thread_id=1839453&forum_id=59136 |