svn commit: r317369 - head/textproc/p5-XML-TinyXML

Baptiste Daroussin bapt at FreeBSD.org
Sat May 4 21:58:06 UTC 2013


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 at rickvanderzwet.nl>
-#
+# Created by: Rick van der Zwet <info at rickvanderzwet.nl>
 # $FreeBSD$
-#
 
 PORTNAME=	XML-TinyXML
 PORTVERSION=	0.30
@@ -14,7 +10,7 @@ PKGNAMEPREFIX=	p5-
 MAINTAINER=	info at 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


More information about the svn-ports-all mailing list