diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2014-08-26 11:11:20 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2014-08-26 11:11:20 +0800 |
commit | 495ec19ba6bb7f026dc348843f1c066160552786 (patch) | |
tree | f34e5ba8bc0b833901ca398b8f8ae366b94124a9 /multimedia/mpv/Makefile | |
parent | ff8d41a7dca9f5ca654a85bf895149d6b91bf004 (diff) | |
download | freebsd-ports-gnome-495ec19ba6bb7f026dc348843f1c066160552786.tar.gz freebsd-ports-gnome-495ec19ba6bb7f026dc348843f1c066160552786.tar.zst freebsd-ports-gnome-495ec19ba6bb7f026dc348843f1c066160552786.zip |
- Switch converters/enca to USES=libtool, drop .la files
- Add LICENSE_FILE
- Bump dependent ports as .so version has changed
Approved by: portmgr blanket
Diffstat (limited to 'multimedia/mpv/Makefile')
-rw-r--r-- | multimedia/mpv/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/multimedia/mpv/Makefile b/multimedia/mpv/Makefile index fee8bed6a2e6..91d03b16a9a0 100644 --- a/multimedia/mpv/Makefile +++ b/multimedia/mpv/Makefile @@ -3,7 +3,7 @@ PORTNAME= mpv PORTVERSION= 0.5.0 -PORTREVISION= 1 +PORTREVISION= 2 PORTEPOCH= 1 CATEGORIES= multimedia audio MASTER_SITES= GH:0 GHC:0 http://ftp.waf.io/pub/release/:1 \ |