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 /sysutils | |
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 'sysutils')
-rw-r--r-- | sysutils/fusefs-pod/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysutils/fusefs-pod/Makefile b/sysutils/fusefs-pod/Makefile index 222bd7f6a11e..f72aa6969c8e 100644 --- a/sysutils/fusefs-pod/Makefile +++ b/sysutils/fusefs-pod/Makefile @@ -3,7 +3,7 @@ PORTNAME= pod PORTVERSION= 0.5.2 -PORTREVISION= 10 +PORTREVISION= 11 CATEGORIES= sysutils audio MASTER_SITES= SF/fuse${PORTNAME}/fuse${PORTNAME}/FUSEPod%20v${PORTVERSION} PKGNAMEPREFIX= fusefs- |