mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-26 00:55:14 +00:00
- Add missing dependancy of libnet-devel, reported by bento
- Use DOCSDIR PR: 56885 Submitted by: maintainer
This commit is contained in:
parent
6466f087aa
commit
0ba79ed8ce
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=89115
@ -14,7 +14,8 @@ EXTRACT_SUFX= .tgz
|
||||
MAINTAINER= Yonatan@xpert.com
|
||||
COMMENT= A remote firewall auditing tool
|
||||
|
||||
BUILD_DEPENDS= ${LOCALBASE}/lib/libdnet.a:${PORTSDIR}/net/libdnet
|
||||
BUILD_DEPENDS= ${LOCALBASE}/lib/libdnet.a:${PORTSDIR}/net/libdnet \
|
||||
${LOCALBASE}/lib/libnet.a:${PORTSDIR}/net/libnet-devel
|
||||
RUN_DEPENDS= ${BUILD_DEPENDS}
|
||||
|
||||
WRKSRC= ${WRKDIR}/Firewalk
|
||||
|
@ -1,5 +1,5 @@
|
||||
bin/firewalk
|
||||
%%PORTDOCS%%share/doc/firewalk/README
|
||||
%%PORTDOCS%%share/doc/firewalk/BUGS
|
||||
%%PORTDOCS%%share/doc/firewalk/TODO
|
||||
%%PORTDOCS%%@dirrm share/doc/firewalk
|
||||
%%PORTDOCS%%%%DOCSDIR%%/README
|
||||
%%PORTDOCS%%%%DOCSDIR%%/BUGS
|
||||
%%PORTDOCS%%%%DOCSDIR%%/TODO
|
||||
%%PORTDOCS%%@dirrm %%DOCSDIR%%
|
||||
|
Loading…
Reference in New Issue
Block a user