diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-12-11 15:15:48 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-12-11 15:15:48 +0000 |
commit | 4bf1ce008b9cf98f9d0fb85035a24804d65c5a2c (patch) | |
tree | 3ec42fb434cb5f528b84b082acb67b96c0b2bb43 /converters/rcctools | |
parent | 22aa02fd75058917ae1de3fef7cff74b1bcd6c56 (diff) | |
download | ports-4bf1ce008b9cf98f9d0fb85035a24804d65c5a2c.tar.gz ports-4bf1ce008b9cf98f9d0fb85035a24804d65c5a2c.zip |
Notes
Diffstat (limited to 'converters/rcctools')
-rw-r--r-- | converters/rcctools/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/converters/rcctools/Makefile b/converters/rcctools/Makefile index a30f78c9a614..075d648bf240 100644 --- a/converters/rcctools/Makefile +++ b/converters/rcctools/Makefile @@ -10,7 +10,7 @@ MASTER_SITES= SF/rusxmms/${PORTNAME}/${PORTVERSION} MAINTAINER= admin@lissyara.su COMMENT= Charset conversion utility with language and encoding autodetection -LIB_DEPENDS= rcc.2:${PORTSDIR}/devel/librcc +LIB_DEPENDS= librcc.so:${PORTSDIR}/devel/librcc USE_BZIP2= yes GNU_CONFIGURE= yes |