diff options
author | kris <kris@FreeBSD.org> | 2002-09-08 23:07:37 +0000 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2002-09-08 23:07:37 +0000 |
commit | 5b51c9b9047a6cdc9a796d0f3a1d4c43d3ead9d9 (patch) | |
tree | 313a3e2f6887b085bca168dcf3bd822a87b7e51c /security/isakmpd/Makefile | |
parent | 9411d1eade9aace49355969475b85236e1e36a12 (diff) | |
download | FreeBSD-ports-5b51c9b9047a6cdc9a796d0f3a1d4c43d3ead9d9.zip FreeBSD-ports-5b51c9b9047a6cdc9a796d0f3a1d4c43d3ead9d9.tar.gz |
Fix build on -current (add LIB_DEPENDS on libgmp4)
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 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 |