diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2002-09-08 23:07:37 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2002-09-08 23:07:37 +0000 |
commit | 316c3bdfceee8f344eec1c097f36ba0b4beb410b (patch) | |
tree | 10ed605364678f2e4b242c966d63c65d2455dd19 /security/isakmpd/Makefile | |
parent | 446f68df26f6c7ea12f394182489269b2207b5eb (diff) | |
download | ports-316c3bdfceee8f344eec1c097f36ba0b4beb410b.tar.gz ports-316c3bdfceee8f344eec1c097f36ba0b4beb410b.zip |
Notes
Diffstat (limited to 'security/isakmpd/Makefile')
-rw-r--r-- | security/isakmpd/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/security/isakmpd/Makefile b/security/isakmpd/Makefile index 607f9544e2b1..9cea49d06f00 100644 --- a/security/isakmpd/Makefile +++ b/security/isakmpd/Makefile @@ -19,6 +19,8 @@ PATCH_SITES= ftp://ftp.openbsd.org/pub/OpenBSD/patches/3.1/common/ PATCHFILES= 010_isakmpd.patch PATCH_DIST_STRIP= -p2 +LIB_DEPENDS= gmp.6:${PORTSDIR}/math/libgmp4 + MAINTAINER= ports@FreeBSD.org # this is not compatible with cross build - there's no other way |