diff options
author | joerg <joerg> | 2006-05-26 19:10:43 +0000 |
---|---|---|
committer | joerg <joerg> | 2006-05-26 19:10:43 +0000 |
commit | d7bf73092059ea45468e8f5cbd3339a63b0aa688 (patch) | |
tree | a0e71dbd6ec509da033d326593cddb0b383f40e7 /emulators/linuxppc_lib | |
parent | 46fc33be18104896cf38b2e2f5e6b6ac2fb02292 (diff) | |
download | pkgsrc-d7bf73092059ea45468e8f5cbd3339a63b0aa688.tar.gz |
Allow linuxppc_lib to use a newer version of rpm2pkg, more likely
to work this way.
Diffstat (limited to 'emulators/linuxppc_lib')
-rw-r--r-- | emulators/linuxppc_lib/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/emulators/linuxppc_lib/Makefile b/emulators/linuxppc_lib/Makefile index 84d8845bcd5..cadc2141101 100644 --- a/emulators/linuxppc_lib/Makefile +++ b/emulators/linuxppc_lib/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.26 2006/05/22 22:22:03 jlam Exp $ +# $NetBSD: Makefile,v 1.27 2006/05/26 19:10:43 joerg Exp $ DISTNAME= linuxppc_lib-2000.4.6 PKGREVISION= 1 @@ -19,7 +19,7 @@ MAINTAINER= p99dreyf@criens.u-psud.fr HOMEPAGE= http://www.linuxppc.org/ COMMENT= Libraries to run Linux binaries on NetBSD/powerpc (includes X11) -BUILD_DEPENDS+= rpm2pkg-1.2:../../pkgtools/rpm2pkg +BUILD_DEPENDS+= rpm2pkg>=1.2:../../pkgtools/rpm2pkg CONFLICTS= suse_base-[0-9]* |