diff options
Diffstat (limited to 'emulators/suse_linux')
-rw-r--r-- | emulators/suse_linux/Makefile.common | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/emulators/suse_linux/Makefile.common b/emulators/suse_linux/Makefile.common index f8e91409218..b8835372c3c 100644 --- a/emulators/suse_linux/Makefile.common +++ b/emulators/suse_linux/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.17 2004/03/19 12:56:27 wiz Exp $ +# $NetBSD: Makefile.common,v 1.18 2004/05/27 10:28:54 tron Exp $ SUSE_VERSION= 7.3 @@ -19,7 +19,7 @@ EMULSUBDIR= emul/linux EMULDIR= ${PREFIX}/${EMULSUBDIR} RPM2PKG= ${PREFIX}/sbin/rpm2pkg -BUILD_DEPENDS+= rpm2pkg>=1.3:../../pkgtools/rpm2pkg +BUILD_DEPENDS+= rpm2pkg>=2.1:../../pkgtools/rpm2pkg BUILD_DEFS+= RPMFILES .if defined(RPMIGNOREPATH) |