diff options
author | grant <grant@pkgsrc.org> | 2004-06-17 12:23:38 +0000 |
---|---|---|
committer | grant <grant@pkgsrc.org> | 2004-06-17 12:23:38 +0000 |
commit | d541e5e0e244b7ed43cbfb09053ee0c43c92d402 (patch) | |
tree | 2153b2c64d8a7bdd34de3f35922ab40bcafd7a0e /mail/sma/Makefile | |
parent | 59fc51431bd2308b233c03376f3165f1ce7d28ed (diff) | |
download | pkgsrc-d541e5e0e244b7ed43cbfb09053ee0c43c92d402.tar.gz |
use bl3 so that gcc specific flags are stripped out.
Diffstat (limited to 'mail/sma/Makefile')
-rw-r--r-- | mail/sma/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mail/sma/Makefile b/mail/sma/Makefile index 79dcb3def5f..e142350562a 100644 --- a/mail/sma/Makefile +++ b/mail/sma/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2004/01/20 12:19:44 agc Exp $ +# $NetBSD: Makefile,v 1.3 2004/06/17 12:23:38 grant Exp $ DISTNAME= sma-1.3.2 CATEGORIES= mail @@ -10,6 +10,7 @@ COMMENT= Sendmail log analyser WRKSRC= ${WRKDIR}/${PKGNAME_NOREV} NO_CONFIGURE= yes +USE_BUILDLINK3= yes MAKEFILE= Makefile ALL_TARGET= sma |