diff options
author | tijl <tijl@FreeBSD.org> | 2014-07-18 11:02:58 +0000 |
---|---|---|
committer | tijl <tijl@FreeBSD.org> | 2014-07-18 11:02:58 +0000 |
commit | 358e44954acda4ff42022a931d546932d6362c79 (patch) | |
tree | 6380f453c1d4dd663e11e967617af9f779dac0fa /multimedia/mplayer/Makefile | |
parent | 57dd914801970e240f311cd0a324417203c3c878 (diff) | |
download | FreeBSD-ports-358e44954acda4ff42022a931d546932d6362c79.zip FreeBSD-ports-358e44954acda4ff42022a931d546932d6362c79.tar.gz |
audio/rhythmbox: drop :keepla
multimedia/banshee: add USES=libtool and INSTALL_TARGET=install-strip
multimedia/libmtp: add USES=libtool and INSTALL_TARGET=install-strip
multimedia/libaacs:
- USES=libtool pathfix
- Add INSTALL_TARGET=install-strip
- Avoid USE_AUTOTOOLS
- Remove plist target, superseded by makeplist
multimedia/libbluray:
- USES=libtool pathfix
- Add INSTALL_TARGET=install-strip
- Avoid USE_AUTOTOOLS
- Remove plist target, superseded by makeplist
- Use OPTIONS_SUB
- Replace patch with post-patch command
Bump dependent ports
Diffstat (limited to 'multimedia/mplayer/Makefile')
-rw-r--r-- | multimedia/mplayer/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/multimedia/mplayer/Makefile b/multimedia/mplayer/Makefile index a3c50af..ae1c52d 100644 --- a/multimedia/mplayer/Makefile +++ b/multimedia/mplayer/Makefile @@ -3,7 +3,7 @@ PORTNAME= mplayer PORTVERSION= ${MPLAYER_PORT_VERSION} -PORTREVISION= 3 +PORTREVISION= 4 COMMENT= High performance media player supporting many formats |