svn commit: r326158 - head/devel/p5-Net-DBus

Baptiste Daroussin bapt at FreeBSD.org
Tue Sep 3 15:22:34 UTC 2013


Author: bapt
Date: Tue Sep  3 15:22:33 2013
New Revision: 326158
URL: http://svnweb.freebsd.org/changeset/ports/326158

Log:
  Fix typo

Modified:
  head/devel/p5-Net-DBus/Makefile

Modified: head/devel/p5-Net-DBus/Makefile
==============================================================================
--- head/devel/p5-Net-DBus/Makefile	Tue Sep  3 15:08:46 2013	(r326157)
+++ head/devel/p5-Net-DBus/Makefile	Tue Sep  3 15:22:33 2013	(r326158)
@@ -16,7 +16,7 @@ RUN_DEPENDS=	p5-XML-Twig>=0:${PORTSDIR}/
 		p5-Time-HiRes>=0:${PORTSDIR}/devel/p5-Time-HiRes
 
 USES=		pkgconfig perl5
-USES_PERL5=	configure
+USE_PERL5=	configure
 
 MAN3=	Net::DBus::ASyncReply.3 Net::DBus::Annotation.3 Net::DBus::Tutorial.3 \
 	Net::DBus::RemoteObject.3 Net::DBus::Binding::Connection.3 \


More information about the svn-ports-all mailing list