diff options
author | jlam <jlam@pkgsrc.org> | 2000-08-25 00:20:21 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2000-08-25 00:20:21 +0000 |
commit | 7fa5e584e17ab006dabc015b361f6b661fa413fc (patch) | |
tree | 65e6f0378225869a785507f61e73ff3ee224c14d /www/ns-plugger-common | |
parent | 3bdf5fe6b07cef91b548035259b18c45d404935d (diff) | |
download | pkgsrc-7fa5e584e17ab006dabc015b361f6b661fa413fc.tar.gz |
Add appropriate definitions of LDD so check-shlibs works correctly.
Diffstat (limited to 'www/ns-plugger-common')
-rw-r--r-- | www/ns-plugger-common/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/www/ns-plugger-common/Makefile b/www/ns-plugger-common/Makefile index 329693a4756..183978a1989 100644 --- a/www/ns-plugger-common/Makefile +++ b/www/ns-plugger-common/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2000/08/22 11:02:12 rh Exp $ +# $NetBSD: Makefile,v 1.2 2000/08/25 00:20:25 jlam Exp $ # DISTNAME= plugger-3.2-linux-x86-glibc @@ -33,6 +33,8 @@ PLUGGERVERS= ${PLUGGERFULL:C/.*-//} PLUGGERNAME= ${PLUGGERFULL:C/-.*//} NS_PLUGINS_DIR= ${PREFIX}/lib/netscape/plugins +LDD?= ${TRUE} + do-install: .if ${BINNAME} != common cd ${WRKSRC} && \ |