diff options
author | Doug Barton <dougb@FreeBSD.org> | 2012-07-26 15:57:39 +0800 |
---|---|---|
committer | Doug Barton <dougb@FreeBSD.org> | 2012-07-26 15:57:39 +0800 |
commit | c437443349b335dda0ae764b9e13cb05b6519e4d (patch) | |
tree | 2aa12501fbc320ce6f3aac1184c6ca8588a374c6 /graphics/ImageMagick | |
parent | 308388d3cfa43aacda3627e8ada1576c3a87a4b5 (diff) | |
download | freebsd-ports-gnome-c437443349b335dda0ae764b9e13cb05b6519e4d.tar.gz freebsd-ports-gnome-c437443349b335dda0ae764b9e13cb05b6519e4d.tar.zst freebsd-ports-gnome-c437443349b335dda0ae764b9e13cb05b6519e4d.zip |
Fix typo: s/USE_PKGCONFIF/USE_PKGCONFIG/
Diffstat (limited to 'graphics/ImageMagick')
-rw-r--r-- | graphics/ImageMagick/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/ImageMagick/Makefile b/graphics/ImageMagick/Makefile index ab997a3bfcb1..1383a0f43da7 100644 --- a/graphics/ImageMagick/Makefile +++ b/graphics/ImageMagick/Makefile @@ -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: |