summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2001-03-06 09:26:51 +0000
committerjlam <jlam@pkgsrc.org>2001-03-06 09:26:51 +0000
commit63e5c6bd812faab8912231b3171f85f6a11a3aaf (patch)
treee00fffcbc0594ca963aa2400915afe9fe6b36d8e
parent56d747efcb15952a6cf28f210767316b5b65ddae (diff)
downloadpkgsrc-63e5c6bd812faab8912231b3171f85f6a11a3aaf.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.
-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"