summaryrefslogtreecommitdiff
path: root/graphics/ns-flash
diff options
context:
space:
mode:
authorjlam <jlam>2001-03-06 09:26:51 +0000
committerjlam <jlam>2001-03-06 09:26:51 +0000
commitf598c3668d1aa2e0755e45b7ccde9ae9f848166b (patch)
treee00fffcbc0594ca963aa2400915afe9fe6b36d8e /graphics/ns-flash
parent6489b99e3c74f1132e4a9fd794d6524bbb80c705 (diff)
downloadpkgsrc-f598c3668d1aa2e0755e45b7ccde9ae9f848166b.tar.gz
Instead of depending on all of suse_linux, just depend on the same parts
that navigator/communicator depend on: suse_compat + suse_x11. The flash animations at http://www.flash.com/ appear to work correctly, so there are no apparent problems.
Diffstat (limited to 'graphics/ns-flash')
-rw-r--r--graphics/ns-flash/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/graphics/ns-flash/Makefile b/graphics/ns-flash/Makefile
index bbac301a478..13f205ab202 100644
--- a/graphics/ns-flash/Makefile
+++ b/graphics/ns-flash/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2001/03/05 20:14:46 abs Exp $
+# $NetBSD: Makefile,v 1.12 2001/03/06 09:26:51 jlam Exp $
#
FLASH_VERS= ${PKGNAME:S/ns-flash-//}
@@ -9,7 +9,8 @@ ONLY_FOR_PLATFORM= *-*-i386 SunOS-*-sparc
.if (${MACHINE_ARCH} == "i386")
PKGNAME= ns-flash-5.0r47
-DEPENDS+= suse_linux>=6.1:../../emulators/suse_linux
+DEPENDS+= suse_compat>=6.3:../../emulators/suse_compat
+DEPENDS+= suse_x11>=6.3:../../emulators/suse_x11
DISTUNAME= linux
WRKNAME= flash_linux
.elif ${MACHINE_ARCH} == "sparc" && ${OPSYS} == "SunOS"