diff options
Diffstat (limited to 'converters/siconv/Makefile')
-rw-r--r-- | converters/siconv/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/converters/siconv/Makefile b/converters/siconv/Makefile index 1afb3194e98c..a5bb61130396 100644 --- a/converters/siconv/Makefile +++ b/converters/siconv/Makefile @@ -13,7 +13,7 @@ MASTER_SITES= http://www.technocage.com/~caskey/siconv/download/ MAINTAINER= ijliao@FreeBSD.org -LIB_DEPENDS= giconv.2:${PORTSDIR}/converters/libiconv +LIB_DEPENDS= iconv.3:${PORTSDIR}/converters/libiconv do-build: ${CC} ${CFLAGS} -I${LOCALBASE}/include -L${LOCALBASE}/lib -o ${WRKSRC}/siconv ${WRKSRC}/siconv.c -lgiconv |