diff options
Diffstat (limited to 'deskutils/libgcal/Makefile')
-rw-r--r-- | deskutils/libgcal/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/deskutils/libgcal/Makefile b/deskutils/libgcal/Makefile index f5061616de1a..708c2b191cd8 100644 --- a/deskutils/libgcal/Makefile +++ b/deskutils/libgcal/Makefile @@ -13,8 +13,8 @@ COMMENT= Library allowing communication with Google calendar and contacts LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/COPYING -LIB_DEPENDS= libcurl.so:${PORTSDIR}/ftp/curl \ - libxml2.so:${PORTSDIR}/textproc/libxml2 +LIB_DEPENDS= libcurl.so:ftp/curl \ + libxml2.so:textproc/libxml2 USES= cmake tar:bzip2 CMAKE_ARGS= -DLIB_INSTALL_DIR="${LOCALBASE}/lib" \ |