From 5b51c9b9047a6cdc9a796d0f3a1d4c43d3ead9d9 Mon Sep 17 00:00:00 2001 From: kris Date: Sun, 8 Sep 2002 23:07:37 +0000 Subject: Fix build on -current (add LIB_DEPENDS on libgmp4) --- security/isakmpd/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/security/isakmpd/Makefile b/security/isakmpd/Makefile index 607f954..9cea49d 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 -- cgit v1.1