aboutsummaryrefslogtreecommitdiff
path: root/deskutils/libgcal
diff options
context:
space:
mode:
authorBoris Samorodov <bsam@FreeBSD.org>2013-08-23 21:33:59 +0000
committerBoris Samorodov <bsam@FreeBSD.org>2013-08-23 21:33:59 +0000
commit2b8b741ac842dd1930b42a1dfcbbac74e3b4bc7d (patch)
tree0b7d08ffff1f9579d8c615ef1d82d2165cf786a4 /deskutils/libgcal
parent7fa95cb24c3b93c8edb455be9d96ea8c1ae5ace9 (diff)
downloadports-2b8b741ac842dd1930b42a1dfcbbac74e3b4bc7d.tar.gz
ports-2b8b741ac842dd1930b42a1dfcbbac74e3b4bc7d.zip
Notes
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