diff options
author | tron <tron@pkgsrc.org> | 2004-05-27 10:28:54 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2004-05-27 10:28:54 +0000 |
commit | adc518d3d23cb560f4596610b2e135b2958d1157 (patch) | |
tree | 0b0963e49a2534eee3281e2796abcca68c5a77f9 /emulators/suse_linux | |
parent | 209e525744540a88ff2046d0a60083d9b797f35f (diff) | |
download | pkgsrc-adc518d3d23cb560f4596610b2e135b2958d1157.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')
-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) |