Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 2 Sep 2013 16:42:30 +0000 (UTC)
From:      Boris Samorodov <bsam@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r326030 - head/graphics/pencil
Message-ID:  <201309021642.r82GgUnD084256@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 \



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