From caa6082ec8bbdfa3d98fc0699d63cecc64b070e6 Mon Sep 17 00:00:00 2001 From: tron Date: Thu, 27 May 2004 10:28:54 +0000 Subject: Require at least version 2.1 of the "rpm2pkg" package to make sure that symbolic links to manual pages are handled correctly. --- emulators/suse_linux/Makefile.common | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'emulators/suse_linux/Makefile.common') 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) -- cgit v1.2.3