svn commit: r322493 - head/lang/pure

Baptiste Daroussin bapt at FreeBSD.org
Mon Jul 8 11:50:42 UTC 2013


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 at gmail.com>
-#
+# Created by: Zhihao Yuan <lichray at 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


More information about the svn-ports-all mailing list