From 71505d05e4d59c7350d43470a520f5c899c38600 Mon Sep 17 00:00:00 2001 From: grant Date: Mon, 20 Oct 2003 03:40:01 +0000 Subject: this needs perl and is only (useful) for NetBSD. move DEPENDS to appease pkglint. --- sysutils/dmesg2gif/Makefile | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'sysutils/dmesg2gif') diff --git a/sysutils/dmesg2gif/Makefile b/sysutils/dmesg2gif/Makefile index cb229bebee9..3ff638e8637 100644 --- a/sysutils/dmesg2gif/Makefile +++ b/sysutils/dmesg2gif/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2003/10/20 02:06:07 atatat Exp $ +# $NetBSD: Makefile,v 1.3 2003/10/20 03:40:01 grant Exp $ # DISTNAME= dmesg2gif-1.0 @@ -10,15 +10,19 @@ DISTFILES= # empty MAINTAINER= hubertf@NetBSD.org COMMENT= Output dmesg(8) device tree as GIF graph +DEPENDS+= graphviz-[0-9]*:../../graphics/graphviz + USE_PKGINSTALL= YES -DEPENDS+= graphviz-[0-9]*:../../graphics/graphviz +ONLY_FOR_PLATFORM= NetBSD-*-* EXTRACT_ONLY= # empty NO_CHECKSUM= yes NO_CONFIGURE= yes NO_BUILD= yes +USE_PERL5= run + do-install: ${INSTALL_SCRIPT} ${FILESDIR}/dmesg2gif ${PREFIX}/bin/dmesg2gif -- cgit v1.2.3