diff options
author | Daichi GOTO <daichi@FreeBSD.org> | 2003-07-30 06:16:41 +0000 |
---|---|---|
committer | Daichi GOTO <daichi@FreeBSD.org> | 2003-07-30 06:16:41 +0000 |
commit | 23cbcaeccce81cf47a53efb6bc7bce5de77a5fbf (patch) | |
tree | ca8066c5841bb504238764db35684740b86afaaf /security/isakmpd/Makefile | |
parent | f4ef5a2dc8b21293fca22a5bb348cee34d196d03 (diff) |
Notes
Diffstat (limited to 'security/isakmpd/Makefile')
-rw-r--r-- | security/isakmpd/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/security/isakmpd/Makefile b/security/isakmpd/Makefile index 88cbde6de2b2..00bdcfce18b3 100644 --- a/security/isakmpd/Makefile +++ b/security/isakmpd/Makefile @@ -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 |