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/gtkpod | |
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/gtkpod')
-rw-r--r-- | audio/gtkpod/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/gtkpod/Makefile b/audio/gtkpod/Makefile index 258dc829287c..90bdd2a7f061 100644 --- a/audio/gtkpod/Makefile +++ b/audio/gtkpod/Makefile @@ -3,7 +3,7 @@ PORTNAME= gtkpod PORTVERSION= 1.0.0 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= audio MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} |