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 | |
parent | Fix build on -current (link with ${CXX} for C++ code) (diff) |
Fix build on -current (add LIB_DEPENDS on libgmp4)
Notes
Notes:
svn path=/head/; revision=65863
Diffstat (limited to 'security')
-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 |