diff options
author | Boris Samorodov <bsam@FreeBSD.org> | 2013-09-02 03:51:52 +0800 |
---|---|---|
committer | Boris Samorodov <bsam@FreeBSD.org> | 2013-09-02 03:51:52 +0800 |
commit | b7b37b035ab9d66029d60ab528ee1ded2a58f8bd (patch) | |
tree | 26988e578b5efcac351835a440dfb72a6de19e65 /textproc | |
parent | 756d54b7cf82272a392be7b8889e2e78d5322474 (diff) | |
download | freebsd-ports-gnome-b7b37b035ab9d66029d60ab528ee1ded2a58f8bd.tar.gz freebsd-ports-gnome-b7b37b035ab9d66029d60ab528ee1ded2a58f8bd.tar.zst freebsd-ports-gnome-b7b37b035ab9d66029d60ab528ee1ded2a58f8bd.zip |
Adopt USES+=iconv.
Approved by: maintainers (by e-mail)
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/wbxml2/Makefile | 5 |
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 |