summaryrefslogtreecommitdiff
path: root/graphics/p5-GraphicsMagick
diff options
context:
space:
mode:
authordmcmahill <dmcmahill>2011-05-20 22:06:31 +0000
committerdmcmahill <dmcmahill>2011-05-20 22:06:31 +0000
commit81aaadd0bdebf4e788e834ebd6caa505aa989dbe (patch)
tree5dfa0b856ec015a3ca4953ede483955afecded72 /graphics/p5-GraphicsMagick
parent1e82ff640094b18dbd85a80fdd2b850f0579266d (diff)
downloadpkgsrc-81aaadd0bdebf4e788e834ebd6caa505aa989dbe.tar.gz
add a missing /lib to the prefix to be able to find -lGraphicsMagick
Diffstat (limited to 'graphics/p5-GraphicsMagick')
-rw-r--r--graphics/p5-GraphicsMagick/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/graphics/p5-GraphicsMagick/Makefile b/graphics/p5-GraphicsMagick/Makefile
index b49ef5207c9..062684db6d4 100644
--- a/graphics/p5-GraphicsMagick/Makefile
+++ b/graphics/p5-GraphicsMagick/Makefile
@@ -1,11 +1,11 @@
-# $NetBSD: Makefile,v 1.2 2011/05/18 14:26:26 obache Exp $
+# $NetBSD: Makefile,v 1.3 2011/05/20 22:06:31 dmcmahill Exp $
PKG_DESTDIR_SUPPORT= user-destdir
.include "../../graphics/GraphicsMagick/Makefile.common"
PKGNAME= p5-GraphicsMagick-${DISTVERSION}
-PKGREVISION= 1
+PKGREVISION= 2
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.graphicsmagick.org/perl.html
@@ -27,7 +27,7 @@ post-configure: perl5-configure
SUBST_CLASSES+= libdir
SUBST_STAGE.libdir= pre-configure
-SUBST_SED.libdir= -e 's|@MAGICKLIBDIR@|${BUILDLINK_PREFIX.GraphicsMagick} ${COMPILER_RPATH_FLAG}${BUILDLINK_PREFIX.GraphicsMagick}|g'
+SUBST_SED.libdir= -e 's|@MAGICKLIBDIR@|${BUILDLINK_PREFIX.GraphicsMagick}/lib ${COMPILER_RPATH_FLAG}${BUILDLINK_PREFIX.GraphicsMagick}/lib|g'
SUBST_FILES.libdir= PerlMagick/Makefile.PL.in
BUILDLINK_API_DEPENDS.GraphicsMagick+= GraphicsMagick>=${DISTVERSION}