Forbid on NetBSD<5.99, since it needs support for TLS in Linux emulation.
This commit is contained in:
parent
20864283be
commit
e28e2b47ac
1 changed files with 7 additions and 5 deletions
|
@ -1,5 +1,7 @@
|
|||
# $NetBSD: Makefile,v 1.4 2011/02/27 16:06:05 chs Exp $
|
||||
# $NetBSD: Makefile,v 1.5 2011/02/28 18:00:38 wiz Exp $
|
||||
|
||||
PKGNAME= adobe-flash-plugin-${FLASH_VERSION:S/r/./}
|
||||
PKGREVISION= 1
|
||||
CATEGORIES= multimedia www
|
||||
MASTER_SITES= http://fpdownload.macromedia.com/get/flashplayer/current/
|
||||
|
||||
|
@ -16,6 +18,8 @@ NO_BIN_ON_CDROM= ${RESTRICTED}
|
|||
|
||||
PKG_DESTDIR_SUPPORT= user-destdir
|
||||
|
||||
NOT_FOR_PLATFORM= NetBSD-*-[0-4]* NetBSD-*-5.[0-9].*
|
||||
|
||||
WRKSRC= ${WRKDIR}
|
||||
BUILD_DIRS= # empty
|
||||
EXTRACT_SUFX= .rpm
|
||||
|
@ -30,8 +34,6 @@ FLASH_VERSION= 10.2.152.27
|
|||
DISTNAME= flash-plugin-${FLASH_VERSION}-release.i386
|
||||
|
||||
CONFLICTS= ns-flash-[0-9]*
|
||||
PKGNAME= adobe-flash-plugin-${FLASH_VERSION:S/r/./}
|
||||
PKGREVISION= 1
|
||||
|
||||
NS_PLUGINS_DIR= ${PREFIX}/lib/netscape/plugins
|
||||
|
||||
|
|
Loading…
Reference in a new issue