diff options
author | grant <grant@pkgsrc.org> | 2003-10-20 03:40:01 +0000 |
---|---|---|
committer | grant <grant@pkgsrc.org> | 2003-10-20 03:40:01 +0000 |
commit | 7de417433388a4a4439156a6f5974dc9c5892e4c (patch) | |
tree | 833498da680a5aca190b428cb4503282bf112a7c /sysutils/dmesg2gif | |
parent | 524abfd827e74e9da860ee857b6bbaf6566cbf15 (diff) | |
download | pkgsrc-7de417433388a4a4439156a6f5974dc9c5892e4c.tar.gz |
this needs perl and is only (useful) for NetBSD.
move DEPENDS to appease pkglint.
Diffstat (limited to 'sysutils/dmesg2gif')
-rw-r--r-- | sysutils/dmesg2gif/Makefile | 8 |
1 files changed, 6 insertions, 2 deletions
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 |