diff options
author | jdolecek <jdolecek@pkgsrc.org> | 2005-04-02 20:37:31 +0000 |
---|---|---|
committer | jdolecek <jdolecek@pkgsrc.org> | 2005-04-02 20:37:31 +0000 |
commit | e03267c9c29a7eb6609401bd36a3b9b2bde0029d (patch) | |
tree | e598733ea42be8c9c55c9a8118dc716a0cf3a13b /emulators | |
parent | 18d72b8b022670499ae5fc6387d10f53848bc3a4 (diff) | |
download | pkgsrc-e03267c9c29a7eb6609401bd36a3b9b2bde0029d.tar.gz |
change this package so that it's usable when using SuSE 9.1 -based
emulation packages (this still uses the old SuSE 7.3 stuff - newer SuSE doesn't
have any libc5 support at all)
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/suse_libc5/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/emulators/suse_libc5/Makefile b/emulators/suse_libc5/Makefile index 65a6c297bcd..ed8345ff864 100644 --- a/emulators/suse_libc5/Makefile +++ b/emulators/suse_libc5/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.26 2005/01/23 12:06:07 tron Exp $ +# $NetBSD: Makefile,v 1.27 2005/04/02 20:37:31 jdolecek Exp $ DISTNAME= shlibs5 PKGNAME= suse_libc5-${SUSE_VERSION} +PKGREVISION= 1 CATEGORIES= emulators MASTER_SITES= ${MASTER_SITE_SUSE:=a2/} EXTRACT_SUFX= .rpm @@ -10,7 +11,7 @@ MAINTAINER= tech-pkg@NetBSD.org HOMEPAGE= http://www.suse.com/ COMMENT= Linux compatibility package for libc5 binaries -DEPENDS+= suse_compat>=${SUSE_VERSION}:../../emulators/suse_compat +DEPENDS+= suse_compat>=${SUSE_VERSION}:../../emulators/${SUSE_DIR_PREFIX}_compat ONLY_FOR_PLATFORM= NetBSD-*-i386 FreeBSD-*-i386 |