diff options
author | dmcmahill <dmcmahill> | 2000-02-04 04:43:29 +0000 |
---|---|---|
committer | dmcmahill <dmcmahill> | 2000-02-04 04:43:29 +0000 |
commit | 1b8969de35dd3ce4e05e905f3e238cce8c513f36 (patch) | |
tree | 6ba9b900a9a25c486e34036e251fd989b00a0d28 /graphics | |
parent | f572d2c9ef588e34cff0f02f69555f50e36d1750 (diff) | |
download | pkgsrc-1b8969de35dd3ce4e05e905f3e238cce8c513f36.tar.gz |
add quotes around the IGNORE string to prevent the "(8)" from causing problems
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/ns-flash/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/ns-flash/Makefile b/graphics/ns-flash/Makefile index 4ff86b745af..c29d8e17077 100644 --- a/graphics/ns-flash/Makefile +++ b/graphics/ns-flash/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 1999/10/04 17:31:24 jlam Exp $ +# $NetBSD: Makefile,v 1.3 2000/02/04 04:43:29 dmcmahill Exp $ # PKGNAME= ns-flash-4.0r12 @@ -10,7 +10,7 @@ ONLY_FOR_PLATFORM= *-*-i386 *-*-sparc .if (${MACHINE_ARCH} == "i386") .if !exists(/emul/linux/lib/ld-linux.so.2) -IGNORE= requires Linux glibc2 libraries - see compat_linux(8) +IGNORE= "requires Linux glibc2 libraries - see compat_linux(8)" .endif DISTUNAME= linux WRKNAME= Linux |