diff options
-rw-r--r-- | sysutils/xentools42/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/xentools42/Makefile b/sysutils/xentools42/Makefile index 510b0bbbaa0..1d7ef59c3fb 100644 --- a/sysutils/xentools42/Makefile +++ b/sysutils/xentools42/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1 2013/05/15 06:58:50 jnemeth Exp $ +# $NetBSD: Makefile,v 1.2 2013/05/22 05:32:43 jnemeth Exp $ # # VERSION is set in version.mk as it is shared with other packages .include "version.mk" @@ -41,7 +41,7 @@ CHECK_PORTABILITY_SKIP= examples/* EGDIR= ${PREFIX}/share/examples/xen MESSAGE_SUBST+= EGDIR=${EGDIR} -USE_TOOLS+= pod2man gmake pkg-config makeinfo perl +USE_TOOLS+= pod2man gmake pkg-config makeinfo perl bash GNU_CONFIGURE= YES #CONFIGURE_ARGS+= --enable-xenapi |