diff options
author | hubertf <hubertf@pkgsrc.org> | 2000-08-31 02:35:25 +0000 |
---|---|---|
committer | hubertf <hubertf@pkgsrc.org> | 2000-08-31 02:35:25 +0000 |
commit | f7662c3bf53f02e18952e149a68b5501216d7a76 (patch) | |
tree | d00c8bb4d533fd2f62dc50cfe9877f7f11d80d43 /graphics/ns-flash | |
parent | 73ba5137f79a6bd66273e8a7cab6d141fff63cc1 (diff) | |
download | pkgsrc-f7662c3bf53f02e18952e149a68b5501216d7a76.tar.gz |
add CHECK_SHLIBS=no
Diffstat (limited to 'graphics/ns-flash')
-rw-r--r-- | graphics/ns-flash/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/graphics/ns-flash/Makefile b/graphics/ns-flash/Makefile index 503805f5e8b..6aebe1722cf 100644 --- a/graphics/ns-flash/Makefile +++ b/graphics/ns-flash/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2000/08/25 00:20:23 jlam Exp $ +# $NetBSD: Makefile,v 1.8 2000/08/31 02:35:26 hubertf Exp $ # PKGNAME= ns-flash-4.0r12 @@ -12,11 +12,9 @@ ONLY_FOR_PLATFORM= *-*-i386 SunOS-*-sparc DEPENDS+= suse_linux>=6.1:../../emulators/suse_linux DISTUNAME= linux WRKNAME= Linux -LDD?= /emul/linux/usr/bin/ldd .elif ${MACHINE_ARCH} == "sparc" && ${OPSYS} == "SunOS" DISTUNAME= solaris WRKNAME= Solaris -LDD?= ${TRUE} .endif DISTNAME= flash_${DISTUNAME} @@ -35,6 +33,7 @@ NO_BIN_ON_CDROM= ${RESTRICTED} NO_CONFIGURE= yes NO_BUILD= yes +CHECK_SHLIBS= no WRKSRC= ${WRKDIR}/${WRKNAME} NS_PLUGINS_DIR= ${PREFIX}/lib/netscape/plugins |