summaryrefslogtreecommitdiff
path: root/mail/newmail
diff options
context:
space:
mode:
authorgrant <grant@pkgsrc.org>2004-06-17 12:49:01 +0000
committergrant <grant@pkgsrc.org>2004-06-17 12:49:01 +0000
commit443e0af11a9494a25aa163e092fd046538c3fb5d (patch)
treea01dabf9fdbf2727cc4b7b0116a6565d4c03fe84 /mail/newmail
parente53f11036087f594177f895ea4f45595a0f71266 (diff)
downloadpkgsrc-443e0af11a9494a25aa163e092fd046538c3fb5d.tar.gz
use bl3 so that gcc specific flags are stripped out.
Diffstat (limited to 'mail/newmail')
-rw-r--r--mail/newmail/Makefile3
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"