summaryrefslogtreecommitdiff
path: root/emulators/suse_linux
diff options
context:
space:
mode:
authortron <tron>2002-12-09 15:17:09 +0000
committertron <tron>2002-12-09 15:17:09 +0000
commit1eca5167119740a8b97ca623f086604a0d3d31bf (patch)
treebed38ba6b6be56d0dd2f0b64d4dc5e7263b9a215 /emulators/suse_linux
parent8161355772d614d893d72499ba90601dae1bde32 (diff)
downloadpkgsrc-1eca5167119740a8b97ca623f086604a0d3d31bf.tar.gz
Require at least version 1.3 of the "rpm2pkg" package after today's
hardlink support fix.
Diffstat (limited to 'emulators/suse_linux')
-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 76529eb78f0..881047216fc 100644
--- a/emulators/suse_linux/Makefile.common
+++ b/emulators/suse_linux/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.13 2002/11/25 19:41:32 wiz Exp $
+# $NetBSD: Makefile.common,v 1.14 2002/12/09 15:17:09 tron Exp $
SUSE_VERSION= 7.3
@@ -19,7 +19,7 @@ EMULSUBDIR= emul/linux
EMULDIR= ${PREFIX}/${EMULSUBDIR}
RPM2PKG= ${PREFIX}/sbin/rpm2pkg
-BUILD_DEPENDS+= rpm2pkg>=1.2:../../pkgtools/rpm2pkg
+BUILD_DEPENDS+= rpm2pkg>=1.3:../../pkgtools/rpm2pkg
BUILD_DEFS+= RPMFILES
.if defined(RPMIGNOREPATH)