svn commit: r301552 - head/graphics/ImageMagick
Doug Barton
dougb at FreeBSD.org
Thu Jul 26 07:57:40 UTC 2012
Author: dougb
Date: Thu Jul 26 07:57:39 2012
New Revision: 301552
URL: http://svn.freebsd.org/changeset/ports/301552
Log:
Fix typo: s/USE_PKGCONFIF/USE_PKGCONFIG/
Modified:
head/graphics/ImageMagick/Makefile
Modified: head/graphics/ImageMagick/Makefile
==============================================================================
--- head/graphics/ImageMagick/Makefile Thu Jul 26 07:19:30 2012 (r301551)
+++ head/graphics/ImageMagick/Makefile Thu Jul 26 07:57:39 2012 (r301552)
@@ -18,7 +18,7 @@ COMMENT= Image processing tools
USE_XZ= yes
USE_PERL5= yes
-USE_PKGCONFIF= yes
+USE_PKGCONFIG= yes
USE_GNOME= gnomehack
USE_AUTOTOOLS= libltdl
# For some reason, using our libtool breaks the build into pieces:
More information about the svn-ports-head
mailing list