1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-04 11:23:46 +00:00

. USES+=iconv;

. use new LIB_DEPENDS syntax.
This commit is contained in:
Boris Samorodov 2013-08-23 21:33:59 +00:00
parent 7fa95cb24c
commit 2b8b741ac8
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=325281

View File

@ -13,12 +13,11 @@ COMMENT= Library allowing communication with Google calendar and contacts
LICENSE= BSD
LICENSE_FILE= ${WRKSRC}/COPYING
LIB_DEPENDS= curl:${PORTSDIR}/ftp/curl \
iconv:${PORTSDIR}/converters/libiconv \
xml2:${PORTSDIR}/textproc/libxml2
LIB_DEPENDS= libcurl.so:${PORTSDIR}/ftp/curl \
libxml2.so:${PORTSDIR}/textproc/libxml2
USE_BZIP2= yes
USES= cmake
USES= cmake iconv
CMAKE_ARGS= -DLIB_INSTALL_DIR="${LOCALBASE}/lib" \
-DENABLE_TESTS=OFF
USE_LDCONFIG= yes