diff options
author | hubertf <hubertf@pkgsrc.org> | 2000-08-18 22:46:29 +0000 |
---|---|---|
committer | hubertf <hubertf@pkgsrc.org> | 2000-08-18 22:46:29 +0000 |
commit | 402899809af063240e564f105ec22423fefbea61 (patch) | |
tree | 04f7b6c9f02d31bfb54ab2070f124b8e32554867 /security/isakmpd | |
parent | 4d12f83ce14656cd4cddc462df8559d6da7ad75a (diff) | |
download | pkgsrc-402899809af063240e564f105ec22423fefbea61.tar.gz |
Replace MIRROR_DISTFILES and NO_CDROM with the more descriptive and
more fine-grained NO_{BIN,SRC}_ON_{FTP,CDROM} definitions.
MIRROR_DISTFILES and NO_CDROM are now dead.
Diffstat (limited to 'security/isakmpd')
-rw-r--r-- | security/isakmpd/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/security/isakmpd/Makefile b/security/isakmpd/Makefile index a38931ea08c..762382cdd9d 100644 --- a/security/isakmpd/Makefile +++ b/security/isakmpd/Makefile @@ -1,6 +1,8 @@ -# $NetBSD: Makefile,v 1.5 2000/06/12 11:26:25 itojun Exp $ +# $NetBSD: Makefile,v 1.6 2000/08/18 22:46:48 hubertf Exp $ # +BROKEN= "broken by PF_KEY API change" + DISTNAME= isakmpd-000220 PKGNAME= isakmpd-20000220 CATEGORIES= security net @@ -13,7 +15,6 @@ PATCH_DIST_STRIP= -p1 MAINTAINER= itojun@kame.net RESTRICTED= "Crypto; export-controlled" -IGNORE= "broken by PF_KEY API change" # this is not compatible with cross build - there's no other way .if !exists(/usr/include/netinet6/ipsec.h) @@ -29,7 +30,7 @@ DEPENDS+= openssl-0.9.*:../../security/openssl DEPENDS+= gmp-*:../../devel/gmp RESTRICTED= "Crypto; export-controlled" -MIRROR_DISTFILE= no +NO_SRC_ON_FTP= ${RESTRICTED} ALL_TARGET= depend all |