Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 8 Jul 2013 11:50:41 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r322493 - head/lang/pure
Message-ID:  <201307081150.r68Bof4o051891@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Mon Jul  8 11:50:41 2013
New Revision: 322493
URL: http://svnweb.freebsd.org/changeset/ports/322493

Log:
  Add needed iconv dependency (this fixes configure)

Modified:
  head/lang/pure/Makefile

Modified: head/lang/pure/Makefile
==============================================================================
--- head/lang/pure/Makefile	Mon Jul  8 11:45:14 2013	(r322492)
+++ head/lang/pure/Makefile	Mon Jul  8 11:50:41 2013	(r322493)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	pure
-# Date created:		2011-03-17
-# Whom:			Zhihao Yuan <lichray@gmail.com>
-#
+# Created by: Zhihao Yuan <lichray@gmail.com>
 # $FreeBSD$
-#
 
 PORTNAME=	pure
 PORTVERSION=	0.55
@@ -24,6 +20,7 @@ RUN_DEPENDS=	llvm31>=3.1:${PORTSDIR}/dev
 MAN1=		pure.1
 SUB_FILES=	pkg-message
 
+USES=		iconv
 USE_AUTOTOOLS=	libltdl
 GNU_CONFIGURE=	yes
 USE_GNOME=	gnomehack pkgconfig



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