Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 25 Aug 2015 15:40:09 +0000 (UTC)
From:      Raphael Kubo da Costa <rakuco@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r395299 - head/deskutils/libgcal
Message-ID:  <201508251540.t7PFe9kp001271@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: rakuco
Date: Tue Aug 25 15:40:08 2015
New Revision: 395299
URL: https://svnweb.freebsd.org/changeset/ports/395299

Log:
  Drop USES=iconv.
  
  The port builds just fine without it, and does not use iconv directly.

Modified:
  head/deskutils/libgcal/Makefile

Modified: head/deskutils/libgcal/Makefile
==============================================================================
--- head/deskutils/libgcal/Makefile	Tue Aug 25 15:33:56 2015	(r395298)
+++ head/deskutils/libgcal/Makefile	Tue Aug 25 15:40:08 2015	(r395299)
@@ -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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201508251540.t7PFe9kp001271>