diff options
author | hubertf <hubertf> | 2000-08-31 02:35:25 +0000 |
---|---|---|
committer | hubertf <hubertf> | 2000-08-31 02:35:25 +0000 |
commit | e2eb15e00cef84eb6095bb42d7c1c9543c98539c (patch) | |
tree | d00c8bb4d533fd2f62dc50cfe9877f7f11d80d43 /graphics | |
parent | 99e392fb2d4b99dfa25311f8558959f38c325755 (diff) | |
download | pkgsrc-e2eb15e00cef84eb6095bb42d7c1c9543c98539c.tar.gz |
add CHECK_SHLIBS=no
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/mtv/Makefile | 4 | ||||
-rw-r--r-- | graphics/ns-flash/Makefile | 5 |
2 files changed, 4 insertions, 5 deletions
diff --git a/graphics/mtv/Makefile b/graphics/mtv/Makefile index 627960737bb..6a57a8b7941 100644 --- a/graphics/mtv/Makefile +++ b/graphics/mtv/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.25 2000/08/29 12:43:42 tron Exp $ +# $NetBSD: Makefile,v 1.26 2000/08/31 02:35:26 hubertf Exp $ DISTNAME= mtv-1.1.4 CATEGORIES= graphics @@ -17,7 +17,7 @@ ONLY_FOR_PLATFORM= NetBSD-1.4[Y-Z]-i386 NetBSD-1.4Z[A-Z]-i386 \ DIST_SUBDIR= mtv LICENSE= fee-based-commercial-use MANCOMPRESSED= -LDD= /emul/linux/usr/bin/ldd +CHECK_SHLIBS= no RESTRICTED= "Commercial software." NO_SRC_ON_FTP= ${RESTRICTED} 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 |