diff options
author | itojun <itojun@pkgsrc.org> | 2000-04-04 03:12:11 +0000 |
---|---|---|
committer | itojun <itojun@pkgsrc.org> | 2000-04-04 03:12:11 +0000 |
commit | db97b25d30d27f4b13490d6a56bb654bfecd6f81 (patch) | |
tree | 8075a9f49052edad2b821b52b02692cc4f524bb6 | |
parent | de53653bb0ae0e46c5c2efc34c5cc83ac9192dc5 (diff) | |
download | pkgsrc-db97b25d30d27f4b13490d6a56bb654bfecd6f81.tar.gz |
correct dependency to cvs.
-rw-r--r-- | security/racoon/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/racoon/Makefile b/security/racoon/Makefile index 8f7a4c21fe7..bbf8f6a079a 100644 --- a/security/racoon/Makefile +++ b/security/racoon/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2000/04/04 03:05:06 itojun Exp $ +# $NetBSD: Makefile,v 1.3 2000/04/04 03:12:11 itojun Exp $ # DISTNAME= racoon-0.0 @@ -9,7 +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 +BUILD_DEPENDS+= cvs:../../devel/cvs CONFLICTS+= racoon-* |