diff options
Diffstat (limited to 'textproc/wbxml2')
-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 |