mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
. USES+=iconv;
. use new LIB_DEPENDS syntax.
This commit is contained in:
parent
7fa95cb24c
commit
2b8b741ac8
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=325281
1 changed files with 3 additions and 4 deletions
|
@ -13,12 +13,11 @@ COMMENT= Library allowing communication with Google calendar and contacts
|
||||||
LICENSE= BSD
|
LICENSE= BSD
|
||||||
LICENSE_FILE= ${WRKSRC}/COPYING
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||||
|
|
||||||
LIB_DEPENDS= curl:${PORTSDIR}/ftp/curl \
|
LIB_DEPENDS= libcurl.so:${PORTSDIR}/ftp/curl \
|
||||||
iconv:${PORTSDIR}/converters/libiconv \
|
libxml2.so:${PORTSDIR}/textproc/libxml2
|
||||||
xml2:${PORTSDIR}/textproc/libxml2
|
|
||||||
|
|
||||||
USE_BZIP2= yes
|
USE_BZIP2= yes
|
||||||
USES= cmake
|
USES= cmake iconv
|
||||||
CMAKE_ARGS= -DLIB_INSTALL_DIR="${LOCALBASE}/lib" \
|
CMAKE_ARGS= -DLIB_INSTALL_DIR="${LOCALBASE}/lib" \
|
||||||
-DENABLE_TESTS=OFF
|
-DENABLE_TESTS=OFF
|
||||||
USE_LDCONFIG= yes
|
USE_LDCONFIG= yes
|
||||||
|
|
Loading…
Add table
Reference in a new issue