summaryrefslogtreecommitdiff
path: root/emulators/suse_linux/Makefile.common
diff options
context:
space:
mode:
authortron <tron>2004-05-27 10:28:54 +0000
committertron <tron>2004-05-27 10:28:54 +0000
commitcaa6082ec8bbdfa3d98fc0699d63cecc64b070e6 (patch)
tree0b0963e49a2534eee3281e2796abcca68c5a77f9 /emulators/suse_linux/Makefile.common
parent285ed5a6cac4f61348f266d1ce262ee1e9e4282c (diff)
downloadpkgsrc-caa6082ec8bbdfa3d98fc0699d63cecc64b070e6.tar.gz
Require at least version 2.1 of the "rpm2pkg" package to make sure
that symbolic links to manual pages are handled correctly.
Diffstat (limited to 'emulators/suse_linux/Makefile.common')
-rw-r--r--emulators/suse_linux/Makefile.common4
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)