diff options
author | jnemeth <jnemeth@pkgsrc.org> | 2013-05-22 05:32:43 +0000 |
---|---|---|
committer | jnemeth <jnemeth@pkgsrc.org> | 2013-05-22 05:32:43 +0000 |
commit | 522088fab366a5fe43765c05f3de941c19320f2f (patch) | |
tree | ac373860a78cda3048db9271838b6f1d890e442e /sysutils/xentools42 | |
parent | e3470367752e660d43cd85907621e03bb461e23f (diff) | |
download | pkgsrc-522088fab366a5fe43765c05f3de941c19320f2f.tar.gz |
Add bash to TOOLS, but hold off on PKGREVISION as another bug fix should
be going in very soon.
Diffstat (limited to 'sysutils/xentools42')
-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 |