svn commit: r327492 - head/textproc/redland-bindings

Baptiste Daroussin bapt at FreeBSD.org
Tue Sep 17 17:16:53 UTC 2013


Author: bapt
Date: Tue Sep 17 17:16:52 2013
New Revision: 327492
URL: http://svnweb.freebsd.org/changeset/ports/327492

Log:
  Fix typo

Modified:
  head/textproc/redland-bindings/Makefile

Modified: head/textproc/redland-bindings/Makefile
==============================================================================
--- head/textproc/redland-bindings/Makefile	Tue Sep 17 17:15:10 2013	(r327491)
+++ head/textproc/redland-bindings/Makefile	Tue Sep 17 17:16:52 2013	(r327492)
@@ -16,7 +16,7 @@ GNU_CONFIGURE=	yes
 OPTIONS_DEFINE=	PERL PHP PYTHON RUBY
 OPTIONS_DEFAULT=PYTHON
 
-USES=		pkgconf
+USES=		pkgconfig
 
 .include <bsd.port.options.mk>
 


More information about the svn-ports-all mailing list