diff --git a/deskutils/libgcal/Makefile b/deskutils/libgcal/Makefile index 45c2f83aa2ee..50913d476808 100644 --- a/deskutils/libgcal/Makefile +++ b/deskutils/libgcal/Makefile @@ -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