diff options
author | sbd <sbd@pkgsrc.org> | 2013-05-21 07:57:50 +0000 |
---|---|---|
committer | sbd <sbd@pkgsrc.org> | 2013-05-21 07:57:50 +0000 |
commit | 7e96868cdb1aae14477275c462e6c21359a7aea3 (patch) | |
tree | c6b7f3c02d9a08f2a02fc59d72d10ce7773b7af0 /misc | |
parent | 836ebca1505b4bb5f0246ad46c6aef0ed8b151df (diff) | |
download | pkgsrc-7e96868cdb1aae14477275c462e6c21359a7aea3.tar.gz |
Due to gmake bug #30612 rpm needs atleast gmake-3.82nb1 which includes
the bug fix.
Diffstat (limited to 'misc')
-rw-r--r-- | misc/rpm/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/misc/rpm/Makefile b/misc/rpm/Makefile index 20ecbd6372c..995becf859c 100644 --- a/misc/rpm/Makefile +++ b/misc/rpm/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.75 2012/10/08 09:57:36 asau Exp $ +# $NetBSD: Makefile,v 1.76 2013/05/21 07:57:50 sbd Exp $ DISTNAME= rpm-2.5.4 PKGREVISION= 8 @@ -20,6 +20,9 @@ USE_PKGLOCALEDIR= yes USE_TOOLS+= gmake msgfmt GNU_CONFIGURE= yes +GMAKE_REQD+= 3.82nb1 +GMAKE= ${TOOLS_GMAKE} + # this is needed in addition of USE_PKGLOCALEDIR CONFIGURE_ARGS+= --datadir=${PREFIX}/${PKGLOCALEDIR} |