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.
This commit is contained in:
parent
56d747efcb
commit
63e5c6bd81
1 changed files with 3 additions and 2 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue