svn commit: r320707 - head/graphics/ImageMagick
Andrej Zverev
az at FreeBSD.org
Wed Jun 12 17:09:49 UTC 2013
Author: az
Date: Wed Jun 12 17:09:49 2013
New Revision: 320707
URL: http://svnweb.freebsd.org/changeset/ports/320707
Log:
- Fix build with new site_perl
Submitted by: poyopoyo at puripuri.plala.or.jp
Modified:
head/graphics/ImageMagick/Makefile
Modified: head/graphics/ImageMagick/Makefile
==============================================================================
--- head/graphics/ImageMagick/Makefile Wed Jun 12 16:56:43 2013 (r320706)
+++ head/graphics/ImageMagick/Makefile Wed Jun 12 17:09:49 2013 (r320707)
@@ -91,7 +91,7 @@ _IMAGEMAGICK_THREADS_IGNORE_MSG=. Define
CONFIGURE_ARGS+= --with-perl=${PERL5}
PLIST_SUB+= WITH_PERL=''
MAN3= Image::Magick.3
-MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
+MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VER}
# PerlMagick not works with threads, if perl is not threaded, and vice versa
. if defined(PERL_THREADED)
_IMAGEMAGICK_THREADS_PERL_MSG=Perl is threaded
More information about the svn-ports-head
mailing list