pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/emulators/suse_linux Require at least version 2.1 of t...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/89fabba6cd20
branches:  trunk
changeset: 475822:89fabba6cd20
user:      tron <tron%pkgsrc.org@localhost>
date:      Thu May 27 10:28:54 2004 +0000

description:
Require at least version 2.1 of the "rpm2pkg" package to make sure
that symbolic links to manual pages are handled correctly.

diffstat:

 emulators/suse_linux/Makefile.common |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 0eda23fe6ddc -r 89fabba6cd20 emulators/suse_linux/Makefile.common
--- a/emulators/suse_linux/Makefile.common      Thu May 27 10:28:00 2004 +0000
+++ b/emulators/suse_linux/Makefile.common      Thu May 27 10:28:54 2004 +0000
@@ -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 @@
 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)



Home | Main Index | Thread Index | Old Index