diff options
author | itojun <itojun@pkgsrc.org> | 2000-04-04 03:05:06 +0000 |
---|---|---|
committer | itojun <itojun@pkgsrc.org> | 2000-04-04 03:05:06 +0000 |
commit | de53653bb0ae0e46c5c2efc34c5cc83ac9192dc5 (patch) | |
tree | ad0b29aec0e71fb4f229144422b50f901c71adbd /security/racoon/Makefile | |
parent | 2cbada103398a01e77344aea578ea88850df4da4 (diff) | |
download | pkgsrc-de53653bb0ae0e46c5c2efc34c5cc83ac9192dc5.tar.gz |
add cvs to dependency list.
Diffstat (limited to 'security/racoon/Makefile')
-rw-r--r-- | security/racoon/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/security/racoon/Makefile b/security/racoon/Makefile index 59966feadde..8f7a4c21fe7 100644 --- a/security/racoon/Makefile +++ b/security/racoon/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2000/04/04 03:01:11 itojun Exp $ +# $NetBSD: Makefile,v 1.2 2000/04/04 03:05:06 itojun Exp $ # DISTNAME= racoon-0.0 @@ -9,6 +9,7 @@ HOMEPAGE= http:/www.kame.net/ # openssl is necessary for RSA libraries DEPENDS+= openssl-0.9.4:../../security/openssl +BUILD_DEPENDS+= cvs-*:../../devel/cvs CONFLICTS+= racoon-* |