projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3c476ce
)
net-analyzer/nmap: Conditionally make makefile.dep (bug #569678 by iGentoo).
author
Jeroen Roovers
<jer@gentoo.org>
Fri, 25 Dec 2015 14:59:24 +0000
(15:59 +0100)
committer
Jeroen Roovers
<jer@gentoo.org>
Fri, 25 Dec 2015 15:01:55 +0000
(16:01 +0100)
Package-Manager: portage-2.2.26
net-analyzer/nmap/nmap-7.01.ebuild
patch
|
blob
|
history
diff --git
a/net-analyzer/nmap/nmap-7.01.ebuild
b/net-analyzer/nmap/nmap-7.01.ebuild
index dd19efc9d7335daf0677d2e54db15f7e130076d8..9c90f5af3cc216ef1908ad9e6ac7b4c2209b0e42 100644
(file)
--- a/
net-analyzer/nmap/nmap-7.01.ebuild
+++ b/
net-analyzer/nmap/nmap-7.01.ebuild
@@
-132,7
+132,11
@@
src_configure() {
src_compile() {
local directory
- for directory in . libnetutil ncat nmap-update nping nsock/src; do
+ for directory in . libnetutil nsock/src \
+ $(usex ncat ncat '') \
+ $(usex nmap-update nmap-update '') \
+ $(usex nping nping '')
+ do
emake -C "${directory}" makefile.dep
done