diff options
author | agc <agc@pkgsrc.org> | 2003-06-17 13:05:37 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 2003-06-17 13:05:37 +0000 |
commit | d967817238be9332aa99872777717f4e7446972e (patch) | |
tree | 18dd6386f2fdbfb25e268e53aabef05dd6f4a70d /security/aide/Makefile | |
parent | 18ada5d59519076236ee2b6c9f063c657ea0f29e (diff) | |
download | pkgsrc-d967817238be9332aa99872777717f4e7446972e.tar.gz |
Set the correct version of mhash to depend upon properly, so that we don't
end up with multiple version dependencies.
Diffstat (limited to 'security/aide/Makefile')
-rw-r--r-- | security/aide/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/aide/Makefile b/security/aide/Makefile index 37eb3328b7d..b864c11a55d 100644 --- a/security/aide/Makefile +++ b/security/aide/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2003/06/02 01:17:21 jschauma Exp $ +# $NetBSD: Makefile,v 1.10 2003/06/17 13:05:37 agc Exp $ # DISTNAME= aide-0.9 @@ -11,7 +11,7 @@ HOMEPAGE= http://www.cs.tut.fi/~rammer/aide.html COMMENT= free intrusion detection system for checking file integrity BUILD_DEPENDS+= bison-[0-9]*:../../devel/bison -DEPENDS= mhash>=0.8.17:../../security/mhash +BUILDLINK_DEPENDS.mhash?= mhash>=0.8.17 USE_BUILDLINK2= # defined |