diff options
author | hubertf <hubertf> | 2000-08-31 02:35:25 +0000 |
---|---|---|
committer | hubertf <hubertf> | 2000-08-31 02:35:25 +0000 |
commit | 79cb196217c57c8e8cbfe313e918972799366234 (patch) | |
tree | d00c8bb4d533fd2f62dc50cfe9877f7f11d80d43 /games | |
parent | 6e890ec0acbbaca033c85aecf5668750466d2970 (diff) | |
download | pkgsrc-79cb196217c57c8e8cbfe313e918972799366234.tar.gz |
add CHECK_SHLIBS=no
Diffstat (limited to 'games')
-rw-r--r-- | games/rollemup/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/rollemup/Makefile b/games/rollemup/Makefile index 71582039f33..a488771cee3 100644 --- a/games/rollemup/Makefile +++ b/games/rollemup/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2000/08/25 00:20:22 jlam Exp $ +# $NetBSD: Makefile,v 1.14 2000/08/31 02:35:26 hubertf Exp $ # DISTNAME= Rollemup @@ -37,7 +37,7 @@ ONLY_FOR_PLATFORM= *-*-i386 .if ${OPSYS} == "NetBSD" DEPENDS= suse_linux>=6.1:../../emulators/suse_linux -LDD?= /emul/linux/usr/bin/ldd +CHECK_SHLIBS= no .endif do-build: |