diff options
author | atatat <atatat@pkgsrc.org> | 2003-10-20 02:06:07 +0000 |
---|---|---|
committer | atatat <atatat@pkgsrc.org> | 2003-10-20 02:06:07 +0000 |
commit | a5d191910924b864da3b92f6a8042c425b6d5f52 (patch) | |
tree | 7dc803c1d268be9dbe0add1bcd811bf9559f2c3d /sysutils | |
parent | e8888a5dc01343bd842a3a226abfeb5bb24cabf6 (diff) | |
download | pkgsrc-a5d191910924b864da3b92f6a8042c425b6d5f52.tar.gz |
Two dots, not three
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/dmesg2gif/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/dmesg2gif/Makefile b/sysutils/dmesg2gif/Makefile index 552e9de2c38..cb229bebee9 100644 --- a/sysutils/dmesg2gif/Makefile +++ b/sysutils/dmesg2gif/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2003/10/20 00:31:29 hubertf Exp $ +# $NetBSD: Makefile,v 1.2 2003/10/20 02:06:07 atatat Exp $ # DISTNAME= dmesg2gif-1.0 @@ -12,7 +12,7 @@ COMMENT= Output dmesg(8) device tree as GIF graph USE_PKGINSTALL= YES -DEPENDS+= graphviz-[0-9]*:.../../graphics/graphviz +DEPENDS+= graphviz-[0-9]*:../../graphics/graphviz EXTRACT_ONLY= # empty NO_CHECKSUM= yes |