diff options
author | tron <tron@pkgsrc.org> | 1998-11-06 17:23:46 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 1998-11-06 17:23:46 +0000 |
commit | 9e9b8b4b4c154f8cb7ce8a6e52affe8724cc67ba (patch) | |
tree | a53435ef6d36a73650b4750a0f0e524c34aef8ae /emulators | |
parent | b721020aeccfdce33040820ef03c4f4b7616ae6c (diff) | |
download | pkgsrc-9e9b8b4b4c154f8cb7ce8a6e52affe8724cc67ba.tar.gz |
Depend on "rpm-2.5.4".
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/linux_SuSE/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/emulators/linux_SuSE/Makefile b/emulators/linux_SuSE/Makefile index 6f4da5bf58e..c842742addb 100644 --- a/emulators/linux_SuSE/Makefile +++ b/emulators/linux_SuSE/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 1998/10/31 00:23:34 tron Exp $ +# $NetBSD: Makefile,v 1.3 1998/11/06 17:23:46 tron Exp $ DISTNAME= SuSE-5.3 PKGNAME= linux_SuSE-5.3 @@ -13,7 +13,7 @@ ONLY_FOR_ARCHS= i386 MAINTAINER= tron@netbsd.org HOMEPAGE= http://www.suse.com/ -DEPENDS+= rpm-2.5.1:../../misc/rpm +DEPENDS+= rpm-2.5.4:../../misc/rpm CONFLICTS= linux_lib-2.4 |