diff options
Diffstat (limited to 'misc/rpm/Makefile')
-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} |