diff options
author | hubertf <hubertf@pkgsrc.org> | 1999-11-25 00:05:10 +0000 |
---|---|---|
committer | hubertf <hubertf@pkgsrc.org> | 1999-11-25 00:05:10 +0000 |
commit | f36e8c3e70403b1a594868ad31b552822d980a27 (patch) | |
tree | 87dbb0b54c1def085e8e806320d4134c2c297613 | |
parent | 8256aaa0956ceed5d017cd4295bfe85c1bfa1644 (diff) | |
download | pkgsrc-f36e8c3e70403b1a594868ad31b552822d980a27.tar.gz |
Don't depend on random packages installed by some user, use our
dependency system to pull in stuff that's known to work.
-rw-r--r-- | audio/rvplayer/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/audio/rvplayer/Makefile b/audio/rvplayer/Makefile index 3edf0974bb2..763cb3ab14b 100644 --- a/audio/rvplayer/Makefile +++ b/audio/rvplayer/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 1999/09/01 18:33:34 tron Exp $ +# $NetBSD: Makefile,v 1.3 1999/11/25 00:05:10 hubertf Exp $ # DISTNAME= rv50_linux20 @@ -15,11 +15,7 @@ RESTRICTED= "Export-controlled" MIRROR_DISTFILE= no ONLY_FOR_PLATFORM= NetBSD-*-i386 -NO_CONFIGURE= yes - -.if !exists(/emul/linux/lib/ld-linux.so.1) -IGNORE= requires Linux glibc2 libraries - see compat_linux(8) -.endif +DEPENDS= suse_linux-6.1p1:../../emulators/suse_linux REAL_HOME= ${PREFIX}/lib/rvplayer DOCDIR= ${PREFIX}/share/doc/rvplayer |