Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 4 May 2013 21:58:06 +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: r317369 - head/textproc/p5-XML-TinyXML
Message-ID:  <201305042158.r44Lw6Qt063881@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Sat May  4 21:58:05 2013
New Revision: 317369
URL: http://svnweb.freebsd.org/changeset/ports/317369

Log:
  Fix build

Modified:
  head/textproc/p5-XML-TinyXML/Makefile

Modified: head/textproc/p5-XML-TinyXML/Makefile
==============================================================================
--- head/textproc/p5-XML-TinyXML/Makefile	Sat May  4 21:57:18 2013	(r317368)
+++ head/textproc/p5-XML-TinyXML/Makefile	Sat May  4 21:58:05 2013	(r317369)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	p5-XML-TinyXML
-# Date created:		2009-07-09
-# Whom:			Rick van der Zwet <info@rickvanderzwet.nl>
-#
+# Created by: Rick van der Zwet <info@rickvanderzwet.nl>
 # $FreeBSD$
-#
 
 PORTNAME=	XML-TinyXML
 PORTVERSION=	0.30
@@ -14,7 +10,7 @@ PKGNAMEPREFIX=	p5-
 MAINTAINER=	info@rickvanderzwet.nl
 COMMENT=	Little and efficient Perl module to manage xml data
 
-USEs=		iconv
+USES=		iconv
 
 MAKE_ARGS+=	LIBS='-L${LOCALBASE}/lib' INC='-I. -I${LOCALBASE}/include'
 PERL_CONFIGURE=	yes



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