diff options
author | Raphael Kubo da Costa <rakuco@FreeBSD.org> | 2015-08-25 15:40:08 +0000 |
---|---|---|
committer | Raphael Kubo da Costa <rakuco@FreeBSD.org> | 2015-08-25 15:40:08 +0000 |
commit | 6305f7319e0df220876aa6acc48b78c6f6f40011 (patch) | |
tree | 428898528b4ac5bd85ba4f4aa76ef152a0d4a8c4 | |
parent | fec50c7790c97b3bc4101c841b51b9d3edc5f259 (diff) |
Drop USES=iconv.
The port builds just fine without it, and does not use iconv directly.
Notes
Notes:
svn path=/head/; revision=395299
-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 3d86c5402321..f5061616de1a 100644 --- a/deskutils/libgcal/Makefile +++ b/deskutils/libgcal/Makefile @@ -3,7 +3,7 @@ PORTNAME= libgcal PORTVERSION= 0.9.6 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= deskutils MASTER_SITES= GOOGLE_CODE @@ -16,7 +16,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libcurl.so:${PORTSDIR}/ftp/curl \ libxml2.so:${PORTSDIR}/textproc/libxml2 -USES= cmake iconv tar:bzip2 +USES= cmake tar:bzip2 CMAKE_ARGS= -DLIB_INSTALL_DIR="${LOCALBASE}/lib" \ -DENABLE_TESTS=OFF USE_LDCONFIG= yes |