diff options
author | Martin Matuska <mm@FreeBSD.org> | 2012-04-25 14:19:00 +0000 |
---|---|---|
committer | Martin Matuska <mm@FreeBSD.org> | 2012-04-25 14:19:00 +0000 |
commit | f74b3c4c83ec1f80425ba781e8c852fbc8d5d3c0 (patch) | |
tree | 1c8499d5e06ba3825ebd6a8026eeb6e6857d6e2f /multimedia/mpeg4ip | |
parent | 8b4082ad891dbef9137c0e58fd9cac5496edc6e7 (diff) | |
download | ports-f74b3c4c83ec1f80425ba781e8c852fbc8d5d3c0.tar.gz ports-f74b3c4c83ec1f80425ba781e8c852fbc8d5d3c0.zip |
Notes
Diffstat (limited to 'multimedia/mpeg4ip')
-rw-r--r-- | multimedia/mpeg4ip/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/multimedia/mpeg4ip/Makefile b/multimedia/mpeg4ip/Makefile index b89337d3f122..a193180a9d20 100644 --- a/multimedia/mpeg4ip/Makefile +++ b/multimedia/mpeg4ip/Makefile @@ -7,7 +7,7 @@ PORTNAME= mpeg4ip PORTVERSION= 1.6.1 -PORTREVISION= 23 +PORTREVISION= 24 CATEGORIES= multimedia audio ipv6 net MASTER_SITES= LOCAL/ahze # http://sourceforge.net/forum/forum.php?thread_id=1839453&forum_id=59136 @@ -27,7 +27,7 @@ LIB_DEPENDS= faac.0:${PORTSDIR}/audio/faac \ a52.0:${PORTSDIR}/audio/liba52 \ mpeg2.0:${PORTSDIR}/multimedia/libmpeg2 \ avcodec.1:${PORTSDIR}/multimedia/ffmpeg \ - x264.119:${PORTSDIR}/multimedia/x264 + x264.123:${PORTSDIR}/multimedia/x264 RUN_DEPENDS= mp4v2>=1.9.1:${PORTSDIR}/multimedia/mp4v2 USE_GNOME= gtk20 |