diff options
Diffstat (limited to 'misc/rpm/Makefile')
-rw-r--r-- | misc/rpm/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/misc/rpm/Makefile b/misc/rpm/Makefile index 154f9d66744..efda75d93e8 100644 --- a/misc/rpm/Makefile +++ b/misc/rpm/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.77 2013/09/13 12:41:32 ryoon Exp $ +# $NetBSD: Makefile,v 1.78 2013/09/15 12:32:22 joerg Exp $ DISTNAME= rpm-4.11.1 CATEGORIES= misc @@ -16,6 +16,7 @@ NOT_FOR_PLATFORM+= Interix-*-* # getmntent() is nonpublic; needs porting MAKE_JOBS_SAFE= no +USE_LIBTOOL= yes USE_PKGLOCALEDIR= yes USE_TOOLS+= bash:run gmake msgfmt perl:run GNU_CONFIGURE= yes |