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 /www/ns-plugger-common | |
parent | 73ba5137f79a6bd66273e8a7cab6d141fff63cc1 (diff) | |
download | pkgsrc-f7662c3bf53f02e18952e149a68b5501216d7a76.tar.gz |
add CHECK_SHLIBS=no
Diffstat (limited to 'www/ns-plugger-common')
-rw-r--r-- | www/ns-plugger-common/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/ns-plugger-common/Makefile b/www/ns-plugger-common/Makefile index 183978a1989..25571be1201 100644 --- a/www/ns-plugger-common/Makefile +++ b/www/ns-plugger-common/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2000/08/25 00:20:25 jlam Exp $ +# $NetBSD: Makefile,v 1.3 2000/08/31 02:35:28 hubertf Exp $ # DISTNAME= plugger-3.2-linux-x86-glibc @@ -33,7 +33,7 @@ PLUGGERVERS= ${PLUGGERFULL:C/.*-//} PLUGGERNAME= ${PLUGGERFULL:C/-.*//} NS_PLUGINS_DIR= ${PREFIX}/lib/netscape/plugins -LDD?= ${TRUE} +CHECK_SHLIBS= no do-install: .if ${BINNAME} != common |