From owner-svn-ports-all@FreeBSD.ORG Mon Sep 2 16:42:30 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id C2D939AD; Mon, 2 Sep 2013 16:42:30 +0000 (UTC) (envelope-from bsam@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id B091020BF; Mon, 2 Sep 2013 16:42:30 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r82GgU8V084257; Mon, 2 Sep 2013 16:42:30 GMT (envelope-from bsam@svn.freebsd.org) Received: (from bsam@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r82GgUnD084256; Mon, 2 Sep 2013 16:42:30 GMT (envelope-from bsam@svn.freebsd.org) Message-Id: <201309021642.r82GgUnD084256@svn.freebsd.org> From: Boris Samorodov Date: Mon, 2 Sep 2013 16:42:30 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326030 - head/graphics/pencil X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 02 Sep 2013 16:42:30 -0000 Author: bsam Date: Mon Sep 2 16:42:30 2013 New Revision: 326030 URL: http://svnweb.freebsd.org/changeset/ports/326030 Log: Adopt using USES+=iconv. Submitted by: bsam (me, by e-mail) Approved by: martymac (maintainer) Modified: head/graphics/pencil/Makefile Modified: head/graphics/pencil/Makefile ============================================================================== --- head/graphics/pencil/Makefile Mon Sep 2 16:38:56 2013 (r326029) +++ head/graphics/pencil/Makefile Mon Sep 2 16:42:30 2013 (r326030) @@ -17,13 +17,12 @@ LIB_DEPENDS+= ming:${PORTSDIR}/graphics/ png15:${PORTSDIR}/graphics/png \ freetype:${PORTSDIR}/print/freetype2 \ fontconfig:${PORTSDIR}/x11-fonts/fontconfig \ - iconv:${PORTSDIR}/converters/libiconv \ expat:${PORTSDIR}/textproc/expat2 \ pcre:${PORTSDIR}/devel/pcre \ drm:${PORTSDIR}/graphics/libdrm USE_ZIP= yes -USES= gettext +USES= gettext iconv USE_GNOME= glib20 USE_QT4= gui moc_build qmake_build rcc_build xml_build opengl_build USE_XORG= xi xrender xrandr xfixes xcursor xinerama xext x11 xau xdmcp \