diff options
author | Tijl Coosemans <tijl@FreeBSD.org> | 2014-07-18 11:02:58 +0000 |
---|---|---|
committer | Tijl Coosemans <tijl@FreeBSD.org> | 2014-07-18 11:02:58 +0000 |
commit | 14e2af0516e5f48d06d25c38a2f7fdeb49092165 (patch) | |
tree | 6380f453c1d4dd663e11e967617af9f779dac0fa /audio/clementine-player | |
parent | 6a4ff9b6b8f09c1fd5b02c88bba690427b3104b7 (diff) |
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
Notes
Notes:
svn path=/head/; revision=362200
Diffstat (limited to 'audio/clementine-player')
-rw-r--r-- | audio/clementine-player/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/audio/clementine-player/Makefile b/audio/clementine-player/Makefile index 04ed065afed6..4dcbf76999e6 100644 --- a/audio/clementine-player/Makefile +++ b/audio/clementine-player/Makefile @@ -3,6 +3,7 @@ PORTNAME= clementine PORTVERSION= 1.2.3 +PORTREVISION= 1 CATEGORIES= audio PKGNAMESUFFIX= -player |