diff options
author | dmcmahill <dmcmahill> | 2000-06-01 09:45:42 +0000 |
---|---|---|
committer | dmcmahill <dmcmahill> | 2000-06-01 09:45:42 +0000 |
commit | 4d49a98c293812e38fb0f6ff152d6ef1bbede916 (patch) | |
tree | 31f92ab1b722da129c74b51b7fb4fec71a581f3b | |
parent | ef83cd18c92e4bcf9291865e4d0c80b09d8a83a7 (diff) | |
download | pkgsrc-4d49a98c293812e38fb0f6ff152d6ef1bbede916.tar.gz |
change the sparc entry in ONLY_FOR... to only include SunOS. Under NetBSD/sparc,
this plugin gives:
ld.so: /usr/pkg/lib/netscape/navigator-4.6/plugins/libflashplayer.so is not for this machine type
-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 c76e6f17c6b..602b7ca8bc2 100644 --- a/graphics/ns-flash/Makefile +++ b/graphics/ns-flash/Makefile @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.4 2000/02/14 13:31:12 dmcmahill Exp $ +# $NetBSD: Makefile,v 1.5 2000/06/01 09:45:42 dmcmahill Exp $ # PKGNAME= ns-flash-4.0r12 FLASH_VERS= ${PKGNAME:S/ns-flash-//} -ONLY_FOR_PLATFORM= *-*-i386 *-*-sparc +ONLY_FOR_PLATFORM= *-*-i386 SunOS-*-sparc .include "../../mk/bsd.prefs.mk" |