diff options
author | tijl <tijl@FreeBSD.org> | 2014-08-11 21:59:47 +0800 |
---|---|---|
committer | tijl <tijl@FreeBSD.org> | 2014-08-11 21:59:47 +0800 |
commit | 14f6eac5328c6e0318432ff56f2ed8c4925d7b3d (patch) | |
tree | 2015e43bc8319ab8afc24049da6744399385736d /multimedia/mpv/Makefile | |
parent | 1aae2fcc1314dead2f9fd1d29bd26f1ebce013e4 (diff) | |
download | freebsd-ports-gnome-14f6eac5328c6e0318432ff56f2ed8c4925d7b3d.tar.gz freebsd-ports-gnome-14f6eac5328c6e0318432ff56f2ed8c4925d7b3d.tar.zst freebsd-ports-gnome-14f6eac5328c6e0318432ff56f2ed8c4925d7b3d.zip |
comms/lirc:
- Fix missing -lusb [1]
- Convert to USES=libtool and bump dependent ports
- Add INSTALL_TARGET=install-strip
- Use @sample
Reported by: sbruno [1]
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 99492c8ba9b7..d0c8a89c139e 100644 --- a/multimedia/mpv/Makefile +++ b/multimedia/mpv/Makefile @@ -3,7 +3,7 @@ PORTNAME= mpv PORTVERSION= 0.4.2 -PORTREVISION= 1 +PORTREVISION= 2 PORTEPOCH= 1 CATEGORIES= multimedia audio MASTER_SITES= GH:0 GHC:0 http://ftp.waf.io/pub/release/:1 \ |