View | Details | Raw Unified | Return to bug 43892
Collapse All | Expand All

(-)Makefile (+5 lines)
Lines 28-33 Link Here
28
BROKEN=		"requires IPsec support"
28
BROKEN=		"requires IPsec support"
29
.endif
29
.endif
30
30
31
# If keynote is in use, bring the dependency
32
.if defined(USE_KEYNOTE)
33
BUILD_DEPENDS+=	keynote:${PORTSDIR}/security/keynote
34
.endif
35
31
USE_OPENSSL=	yes
36
USE_OPENSSL=	yes
32
WRKSRC=		${WRKDIR}/isakmpd
37
WRKSRC=		${WRKDIR}/isakmpd
33
MAKE_ENV+=	BINDIR=${PREFIX}/sbin MANDIR=${PREFIX}/man/man
38
MAKE_ENV+=	BINDIR=${PREFIX}/sbin MANDIR=${PREFIX}/man/man
(-)files/patch-ab (+10 lines)
Lines 9-11 Link Here
9
 
9
 
10
 # The mkdir below is for installation on OpenBSD pre 2.7
10
 # The mkdir below is for installation on OpenBSD pre 2.7
11
 install:
11
 install:
12
--- Makefile.orig	Wed Oct  9 17:15:53 2002
13
+++ Makefile	Wed Oct  9 17:16:26 2002
14
@@ -164,6 +164,7 @@
15
 USE_LIBDES=	yes
16
 LDADD+=		-lkeynote -lm
17
 DPADD+=		${LIBKEYNOTE} ${LIBM}
18
+POLICY=         policy.c
19
 CFLAGS+=	-DUSE_KEYNOTE
20
 .endif
21

Return to bug 43892