aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/wbxml2
diff options
context:
space:
mode:
authorbsam <bsam@FreeBSD.org>2013-09-02 03:51:52 +0800
committerbsam <bsam@FreeBSD.org>2013-09-02 03:51:52 +0800
commit1cb6f71078defa2e4b666b8ddc33343ceab130b3 (patch)
tree26988e578b5efcac351835a440dfb72a6de19e65 /textproc/wbxml2
parent35bb74c6281493c3ac3d646e0b10150602f7b0c7 (diff)
downloadfreebsd-ports-gnome-1cb6f71078defa2e4b666b8ddc33343ceab130b3.tar.gz
freebsd-ports-gnome-1cb6f71078defa2e4b666b8ddc33343ceab130b3.tar.zst
freebsd-ports-gnome-1cb6f71078defa2e4b666b8ddc33343ceab130b3.zip
Adopt USES+=iconv.
Approved by: maintainers (by e-mail)
Diffstat (limited to 'textproc/wbxml2')
-rw-r--r--textproc/wbxml2/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/textproc/wbxml2/Makefile b/textproc/wbxml2/Makefile
index 7db9e0e01337..a2a7e5caffec 100644
--- a/textproc/wbxml2/Makefile
+++ b/textproc/wbxml2/Makefile
@@ -14,8 +14,7 @@ DISTNAME= libwbxml-${PORTVERSION}
MAINTAINER= flo@FreeBSD.org
COMMENT= Library & tools for converting wbxml<->xml
-LIB_DEPENDS= expat.6:${PORTSDIR}/textproc/expat2 \
- iconv.3:${PORTSDIR}/converters/libiconv
+LIB_DEPENDS= expat.6:${PORTSDIR}/textproc/expat2
WRKSRC= ${WRKDIR}/libwbxml-${PORTVERSION}
CONFIGURE_WRKSRC= ${WRKDIR}/libwbxml-${PORTVERSION}/build
@@ -23,7 +22,7 @@ BUILD_WRKSRC= ${CONFIGURE_WRKSRC}
INSTALL_WRKSRC= ${CONFIGURE_WRKSRC}
USE_BZIP2= yes
-USES= cmake
+USES= cmake iconv
CMAKE_SOURCE_PATH= ..
USE_LDCONFIG= yes