update security/isakmpd: Enable use of keynote
PR: 43892 Submitted by: Daniel C. Sobral <dcs@tcoip.com.br>
This commit is contained in:
parent
f4ef5a2dc8
commit
23cbcaeccc
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=85895
2 changed files with 15 additions and 0 deletions
|
@ -22,6 +22,11 @@ COMMENT= OpenBSD IKE daemon
|
|||
BROKEN= "requires IPsec support"
|
||||
.endif
|
||||
|
||||
# If keynote is in use, bring the dependency
|
||||
.if defined(USE_KEYNOTE)
|
||||
BUILD_DEPENDS+= keynote:${PORTSDIR}/security/keynote
|
||||
.endif
|
||||
|
||||
USE_OPENSSL= yes
|
||||
USE_REINPLACE= yes
|
||||
WRKSRC= ${WRKDIR}/isakmpd
|
||||
|
|
|
@ -9,3 +9,13 @@
|
|||
|
||||
# The mkdir below is for installation on OpenBSD pre 2.7
|
||||
install:
|
||||
--- Makefile.orig Wed Oct 9 17:15:53 2002
|
||||
+++ Makefile Wed Oct 9 17:16:26 2002
|
||||
@@ -164,6 +164,7 @@
|
||||
USE_LIBDES= yes
|
||||
LDADD+= -lkeynote -lm
|
||||
DPADD+= ${LIBKEYNOTE} ${LIBM}
|
||||
+POLICY= policy.c
|
||||
CFLAGS+= -DUSE_KEYNOTE
|
||||
.endif
|
||||
|
||||
|
|
Loading…
Reference in a new issue