diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2014-08-26 11:10:43 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2014-08-26 11:10:43 +0800 |
commit | ff8d41a7dca9f5ca654a85bf895149d6b91bf004 (patch) | |
tree | 038297167cfbce379e37e18af1e7045bc244da6a /converters | |
parent | ef2b33f3fa70fc345b39827b3e8f49b5f30bedde (diff) | |
download | freebsd-ports-gnome-ff8d41a7dca9f5ca654a85bf895149d6b91bf004.tar.gz freebsd-ports-gnome-ff8d41a7dca9f5ca654a85bf895149d6b91bf004.tar.zst freebsd-ports-gnome-ff8d41a7dca9f5ca654a85bf895149d6b91bf004.zip |
- Drop .la files for devel/librcc, no dependees require them
- Bump dependent ports as .so version has changed
Approved by: portmgr blanket
Diffstat (limited to 'converters')
-rw-r--r-- | converters/rcctools/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/converters/rcctools/Makefile b/converters/rcctools/Makefile index f3094da93cd9..d6b5cbd3bf38 100644 --- a/converters/rcctools/Makefile +++ b/converters/rcctools/Makefile @@ -3,7 +3,7 @@ PORTNAME= rcctools PORTVERSION= 0.1.1 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= converters MASTER_SITES= SF/rusxmms/${PORTNAME}/${PORTVERSION} @@ -12,7 +12,7 @@ COMMENT= Charset conversion utility with language and encoding autodetection LIB_DEPENDS= librcc.so:${PORTSDIR}/devel/librcc -USES= tar:bzip2 +USES= tar:bzip2 GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include |