Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 26 Jul 2012 07:57:39 +0000 (UTC)
From:      Doug Barton <dougb@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r301552 - head/graphics/ImageMagick
Message-ID:  <201207260757.q6Q7vd8T054203@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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:



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