summaryrefslogtreecommitdiff
path: root/mail/newmail
diff options
context:
space:
mode:
authorgrant <grant>2004-06-17 12:49:01 +0000
committergrant <grant>2004-06-17 12:49:01 +0000
commit907ee0075b17f66ef40f41954ba090ad7d2d2059 (patch)
treea01dabf9fdbf2727cc4b7b0116a6565d4c03fe84 /mail/newmail
parent4f1d25143b87f34092840d94457bc438367761dd (diff)
downloadpkgsrc-907ee0075b17f66ef40f41954ba090ad7d2d2059.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"