diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2014-07-23 07:02:54 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2014-07-23 07:02:54 +0000 |
commit | 19a363cc1d53685a851d7fd4fa1024376f18d7ab (patch) | |
tree | 38d7695ecd13c346bf426bc281b9555e68b5a2ee /audio/clementine-player | |
parent | da2c06db0a4fae796bc9c92cb8dea1c08ce94dd5 (diff) |
- Switch to USES=libtool, drop .la files
- Bump dependent ports as .so version has changed
Approved by: portmgr blanket
Notes
Notes:
svn path=/head/; revision=362629
Diffstat (limited to 'audio/clementine-player')
-rw-r--r-- | audio/clementine-player/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/clementine-player/Makefile b/audio/clementine-player/Makefile index 4dcbf76999e6..fc43c7390e0e 100644 --- a/audio/clementine-player/Makefile +++ b/audio/clementine-player/Makefile @@ -3,7 +3,7 @@ PORTNAME= clementine PORTVERSION= 1.2.3 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= audio PKGNAMESUFFIX= -player |