pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/graphics/magicpoint Fix the path to perl embedded in s...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/55bf494f6967
branches:  trunk
changeset: 495691:55bf494f6967
user:      jlam <jlam%pkgsrc.org@localhost>
date:      Fri Jun 17 16:27:58 2005 +0000

description:
Fix the path to perl embedded in scripts due to new tools framework.
Bump PKGREVISION to 7.

diffstat:

 graphics/magicpoint/Makefile |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (21 lines):

diff -r 57b3799bc064 -r 55bf494f6967 graphics/magicpoint/Makefile
--- a/graphics/magicpoint/Makefile      Fri Jun 17 16:24:51 2005 +0000
+++ b/graphics/magicpoint/Makefile      Fri Jun 17 16:27:58 2005 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.48 2005/05/31 22:45:28 rillig Exp $
+# $NetBSD: Makefile,v 1.49 2005/06/17 16:27:58 jlam Exp $
 
 DISTNAME=              magicpoint-1.10a
-PKGREVISION=           6
+PKGREVISION=           7
 #DISTNAME=             magicpoint-1.11b.tar.gz
 CATEGORIES=            x11 graphics
 MASTER_SITES=          ftp://sh.wide.ad.jp/WIDE/free-ware/mgp/ \
@@ -27,6 +27,7 @@
 CONFIGURE_ARGS+=       --enable-locale
 CONFIGURE_ARGS+=       --enable-gif
 CONFIGURE_ENV+=                BUILDLINK_DIR=${BUILDLINK_DIR}
+CONFIGURE_ENV+=                mgp_cv_path_perl=${TOOLS_PERL5:Q}
 
 MGP_RENDERING_ENGINES= freetype        graphics/freetype-lib \
                        xft2            fonts/Xft2 \



Home | Main Index | Thread Index | Old Index