diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2014-07-23 15:02:54 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2014-07-23 15:02:54 +0800 |
commit | 597347e2c33ae461f08aa661e33214691d10a10b (patch) | |
tree | 38d7695ecd13c346bf426bc281b9555e68b5a2ee /audio/last.fm/Makefile | |
parent | a999bcd4f4eaf92fa418dd9044acf4c7dafb8e4b (diff) | |
download | freebsd-ports-gnome-597347e2c33ae461f08aa661e33214691d10a10b.tar.gz freebsd-ports-gnome-597347e2c33ae461f08aa661e33214691d10a10b.tar.zst freebsd-ports-gnome-597347e2c33ae461f08aa661e33214691d10a10b.zip |
- Switch to USES=libtool, drop .la files
- Bump dependent ports as .so version has changed
Approved by: portmgr blanket
Diffstat (limited to 'audio/last.fm/Makefile')
-rw-r--r-- | audio/last.fm/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/last.fm/Makefile b/audio/last.fm/Makefile index 31eaaa67ec41..b72595fe0872 100644 --- a/audio/last.fm/Makefile +++ b/audio/last.fm/Makefile @@ -4,7 +4,7 @@ PORTNAME= last.fm PORTVERSION= 1.5.4.26862 DISTVERSIONSUFFIX= .src -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= audio net MASTER_SITES= http://cdn.last.fm/client/src/ |