diff options
author | martti <martti@pkgsrc.org> | 2002-02-21 17:29:56 +0000 |
---|---|---|
committer | martti <martti@pkgsrc.org> | 2002-02-21 17:29:56 +0000 |
commit | 99f1af995a3428c04746cf3d22c4a2e39ccb6ef3 (patch) | |
tree | ff6d9d3f3e01e97803b77dfd998554c454593261 /emulators/suse_libc5 | |
parent | c36712d1e0c62c98cc4b6c91eac868c958420e6e (diff) | |
download | pkgsrc-99f1af995a3428c04746cf3d22c4a2e39ccb6ef3.tar.gz |
Don't hardcode dependency
Diffstat (limited to 'emulators/suse_libc5')
-rw-r--r-- | emulators/suse_libc5/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/emulators/suse_libc5/Makefile b/emulators/suse_libc5/Makefile index 0be21fdf500..24a2fb3cd3c 100644 --- a/emulators/suse_libc5/Makefile +++ b/emulators/suse_libc5/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2001/02/17 18:38:28 wiz Exp $ +# $NetBSD: Makefile,v 1.17 2002/02/21 17:30:12 martti Exp $ DISTNAME= shlibs5 PKGNAME= suse_libc5-${SUSE_VERSION} @@ -10,7 +10,7 @@ MAINTAINER= packages@netbsd.org HOMEPAGE= http://www.suse.com/ COMMENT= Linux compatibility package for libc5 binaries -DEPENDS+= suse_compat-${SUSE_VERSION}:../suse_compat +DEPENDS+= suse_compat>=${SUSE_VERSION}:../suse_compat ONLY_FOR_PLATFORM= NetBSD-*-i386 |