pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

openvas-cli: Fix bash shebang



Module Name:	pkgsrc-wip
Committed By:	Kamil Rytarowski <n54%gmx.com@localhost>
Pushed By:	kamil
Date:		Wed Oct 12 00:18:50 2016 +0200
Changeset:	b5473a4171b275858533cf1913a6f4334ef47217

Modified Files:
	openvas-cli/Makefile

Log Message:
openvas-cli: Fix bash shebang

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=b5473a4171b275858533cf1913a6f4334ef47217

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 openvas-cli/Makefile | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diffs:
diff --git a/openvas-cli/Makefile b/openvas-cli/Makefile
index bc01537..f917ed0 100644
--- a/openvas-cli/Makefile
+++ b/openvas-cli/Makefile
@@ -12,11 +12,13 @@ LICENSE=	gnu-gpl-v2
 USE_CMAKE=	YES
 BUILD_DEFS+=	VARBASE
 USE_LANGUAGES=	c++ c
-USE_TOOLS+=	pkg-config
+USE_TOOLS+=	pkg-config bash
 
 CMAKE_ARGS+=	-DLOCALSTATEDIR:PATH=${VARBASE}
 
 BUILDLINK_TRANSFORM+=	rm:-Werror # -Wmissing-field-initializers
 
+REPLACE_BASH+=	dialog/omp-dialog
+
 .include "../../wip/openvas-libraries/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"


Home | Main Index | Thread Index | Old Index