diff options
author | grant <grant@pkgsrc.org> | 2004-07-25 04:57:11 +0000 |
---|---|---|
committer | grant <grant@pkgsrc.org> | 2004-07-25 04:57:11 +0000 |
commit | c379f4f3de96eb3543cd22c8e32d2eb3a27b30bd (patch) | |
tree | 6e5f576a37fea863b92d74d75499f94c85d9f483 /security | |
parent | 451309f5c125467b967a40d3b28cd10221e4dbbf (diff) | |
download | pkgsrc-c379f4f3de96eb3543cd22c8e32d2eb3a27b30bd.tar.gz |
this blindly calls "gcc", so use buildlink3 so it uses the wrappers.
Diffstat (limited to 'security')
-rw-r--r-- | security/avcheck/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/security/avcheck/Makefile b/security/avcheck/Makefile index 6706627ba72..9ac61abb80b 100644 --- a/security/avcheck/Makefile +++ b/security/avcheck/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2003/10/02 09:50:26 gavan Exp $ +# $NetBSD: Makefile,v 1.5 2004/07/25 04:57:11 grant Exp $ DISTNAME= avcheck-0.9 CATEGORIES= security mail @@ -8,6 +8,7 @@ MAINTAINER= tech-pkg@NetBSD.org HOMEPAGE= http://www.corpit.ru/avcheck/ COMMENT= Mail content filter for SMTP servers +USE_BUILDLINK3= yes USE_GNU_TOOLS+= sed do-install: |