diff options
author | grant <grant@pkgsrc.org> | 2004-06-17 12:49:01 +0000 |
---|---|---|
committer | grant <grant@pkgsrc.org> | 2004-06-17 12:49:01 +0000 |
commit | 443e0af11a9494a25aa163e092fd046538c3fb5d (patch) | |
tree | a01dabf9fdbf2727cc4b7b0116a6565d4c03fe84 /mail/newmail/Makefile | |
parent | e53f11036087f594177f895ea4f45595a0f71266 (diff) | |
download | pkgsrc-443e0af11a9494a25aa163e092fd046538c3fb5d.tar.gz |
use bl3 so that gcc specific flags are stripped out.
Diffstat (limited to 'mail/newmail/Makefile')
-rw-r--r-- | mail/newmail/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mail/newmail/Makefile b/mail/newmail/Makefile index 4808b40b011..e01b99b3cd3 100644 --- a/mail/newmail/Makefile +++ b/mail/newmail/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2004/01/20 12:19:43 agc Exp $ +# $NetBSD: Makefile,v 1.5 2004/06/17 12:49:01 grant Exp $ # FreeBSD: ports/mail/newmail/Makefile,v 1.4 2001/06/08 18:36:36 dwcjr Exp # @@ -10,5 +10,6 @@ MAINTAINER= andrew@ugh.net.au COMMENT= Program to check multiple local mailboxes for new mail WRKSRC= ${WRKDIR}/newmail +USE_BUILDLINK3= yes .include "../../mk/bsd.pkg.mk" |