aboutsummaryrefslogtreecommitdiffstats
path: root/deskutils/libgcal
diff options
context:
space:
mode:
authorbsam <bsam@FreeBSD.org>2013-08-24 05:33:59 +0800
committerbsam <bsam@FreeBSD.org>2013-08-24 05:33:59 +0800
commit23464df9b500ba4eceee63b11a2dcbcb76d193e0 (patch)
tree0b7d08ffff1f9579d8c615ef1d82d2165cf786a4 /deskutils/libgcal
parent65d47372c10fae30f89a63d9efc1def5a8a7a364 (diff)
downloadfreebsd-ports-gnome-23464df9b500ba4eceee63b11a2dcbcb76d193e0.tar.gz
freebsd-ports-gnome-23464df9b500ba4eceee63b11a2dcbcb76d193e0.tar.zst
freebsd-ports-gnome-23464df9b500ba4eceee63b11a2dcbcb76d193e0.zip
. USES+=iconv;
. use new LIB_DEPENDS syntax.
Diffstat (limited to 'deskutils/libgcal')
-rw-r--r--deskutils/libgcal/Makefile7
1 files changed, 3 insertions, 4 deletions
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