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 /games/rollemup/Makefile | |
parent | 3bdf5fe6b07cef91b548035259b18c45d404935d (diff) | |
download | pkgsrc-7fa5e584e17ab006dabc015b361f6b661fa413fc.tar.gz |
Add appropriate definitions of LDD so check-shlibs works correctly.
Diffstat (limited to 'games/rollemup/Makefile')
-rw-r--r-- | games/rollemup/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/games/rollemup/Makefile b/games/rollemup/Makefile index 7c5333d1b14..71582039f33 100644 --- a/games/rollemup/Makefile +++ b/games/rollemup/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2000/08/18 22:46:34 hubertf Exp $ +# $NetBSD: Makefile,v 1.13 2000/08/25 00:20:22 jlam Exp $ # DISTNAME= Rollemup @@ -37,6 +37,7 @@ ONLY_FOR_PLATFORM= *-*-i386 .if ${OPSYS} == "NetBSD" DEPENDS= suse_linux>=6.1:../../emulators/suse_linux +LDD?= /emul/linux/usr/bin/ldd .endif do-build: |