summaryrefslogtreecommitdiff
path: root/graphics/ImageMagick
diff options
context:
space:
mode:
authorShaun Amott <shaun@FreeBSD.org>2006-12-16 01:55:37 +0000
committerShaun Amott <shaun@FreeBSD.org>2006-12-16 01:55:37 +0000
commita72d2dc92ac7272c971ed937ee158bdb7065477c (patch)
tree25313eec5a6abe0f44d4e5c3da918cd9bfa73d99 /graphics/ImageMagick
parent- Fix build on -CURRENT (diff)
Minor fix for FreeBSD 4.x.
Submitted by: tdb
Notes
Notes: svn path=/head/; revision=179885
Diffstat (limited to 'graphics/ImageMagick')
-rw-r--r--graphics/ImageMagick/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/ImageMagick/Makefile b/graphics/ImageMagick/Makefile
index 8cbdeb99a25d..b1f8be945a5a 100644
--- a/graphics/ImageMagick/Makefile
+++ b/graphics/ImageMagick/Makefile
@@ -73,7 +73,7 @@ OPTIONS= X11 "X11 support" on \
CONFIGURE_ARGS+= --with-perl=${PERL5}
PLIST_SUB+= WITH_PERL=''
MAN3= Image::Magick.3
-MAN3PREFIX= ${TARGETDIR}/lib/perl5/${PERL_VER}
+MAN3PREFIX= ${TARGETDIR}/lib/perl5/${PERL_VERSION}
.else
CONFIGURE_ARGS+= --without-perl
PLIST_SUB+= WITH_PERL='@comment '