pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/graphics/magicpoint magicpoint: Make gunzip runtime de...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a335f132296a
branches:  trunk
changeset: 376114:a335f132296a
user:      nia <nia%pkgsrc.org@localhost>
date:      Sat Apr 02 12:13:53 2022 +0000

description:
magicpoint: Make gunzip runtime dependency explicit. Delint.

diffstat:

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

diffs (30 lines):

diff -r 792b42f3640b -r a335f132296a graphics/magicpoint/Makefile
--- a/graphics/magicpoint/Makefile      Sat Apr 02 11:51:21 2022 +0000
+++ b/graphics/magicpoint/Makefile      Sat Apr 02 12:13:53 2022 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.107 2021/05/24 19:52:23 wiz Exp $
+# $NetBSD: Makefile,v 1.108 2022/04/02 12:13:53 nia Exp $
 
 DISTNAME=              magicpoint-1.13a
 PKGREVISION=           35
-CATEGORIES=            x11 graphics
+CATEGORIES=            graphics x11
 MASTER_SITES=          ftp://sh.wide.ad.jp/WIDE/free-ware/mgp/
 
 MAINTAINER=            pkgsrc-users%NetBSD.org@localhost
@@ -17,6 +17,7 @@
 GNU_CONFIGURE=         yes
 USE_IMAKE=             yes
 USE_LANGUAGES+=                c99
+USE_TOOLS+=            gzip:run
 USE_TOOLS+=            perl
 USE_TOOLS+=            pkg-config
 USE_TOOLS+=            bison
@@ -27,6 +28,7 @@
 CONFIGURE_ARGS+=       --with-searchpath=${BUILDLINK_DIR}
 CONFIGURE_ENV+=                BUILDLINK_DIR=${BUILDLINK_DIR}
 CONFIGURE_ENV+=                mgp_cv_path_perl=${TOOLS_PERL5}
+CONFIGURE_ENV+=                ac_cv_path_mgp_cv_path_gzip=${TOOLS_PATH.gzip}
 
 DOCDIR=                        share/doc/mgp
 EGDIR=                 share/examples/mgp



Home | Main Index | Thread Index | Old Index