diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2003-01-03 07:10:25 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2003-01-03 07:10:25 +0000 |
commit | d224de3fc6c98e0d2ba258aa3a0089bae931de8b (patch) | |
tree | e136ad4e51316c03db7ac11560b5e4f0057b51d2 /security/isakmpd/Makefile | |
parent | 7fcd208edeea63c67bcfa3a1063a1b53e70c265a (diff) | |
download | ports-d224de3fc6c98e0d2ba258aa3a0089bae931de8b.tar.gz ports-d224de3fc6c98e0d2ba258aa3a0089bae931de8b.zip |
Notes
Diffstat (limited to 'security/isakmpd/Makefile')
-rw-r--r-- | security/isakmpd/Makefile | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/security/isakmpd/Makefile b/security/isakmpd/Makefile index 9cea49d06f00..b927d822e424 100644 --- a/security/isakmpd/Makefile +++ b/security/isakmpd/Makefile @@ -9,20 +9,15 @@ # PORTNAME= isakmpd -PORTVERSION= 20020403 -PORTREVISION= 1 +PORTVERSION= 20021118 CATEGORIES= security net MASTER_SITES= ${MASTER_SITE_NETBSD} MASTER_SITE_SUBDIR= LOCAL_PORTS -PATCH_SITES= ftp://ftp.openbsd.org/pub/OpenBSD/patches/3.1/common/ -PATCHFILES= 010_isakmpd.patch -PATCH_DIST_STRIP= -p2 +MAINTAINER= ports@FreeBSD.org LIB_DEPENDS= gmp.6:${PORTSDIR}/math/libgmp4 -MAINTAINER= ports@FreeBSD.org - # this is not compatible with cross build - there's no other way .if !exists(/usr/include/netinet6/ipsec.h) BROKEN= "requires IPsec support" |