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 | 375c98944108a7e4af3188ff65e2d2d0804e4125 (patch) | |
tree | 6e5f576a37fea863b92d74d75499f94c85d9f483 /security | |
parent | a4ae2f9905aabbcfe3609cf810f95c4fd630e6ed (diff) | |
download | pkgsrc-375c98944108a7e4af3188ff65e2d2d0804e4125.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: |