summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgrant <grant>2004-06-12 04:45:21 +0000
committergrant <grant>2004-06-12 04:45:21 +0000
commit3698058a2ce72eb86b412c985054641364df3ae8 (patch)
treec8211d3380a1a7a3af34fde180fcd40d4453ff5a
parente85dc2b5cbc641d53cf0d9a29cdaf3e7f714290d (diff)
downloadpkgsrc-3698058a2ce72eb86b412c985054641364df3ae8.tar.gz
use bl3 so that gcc specific flags are stripped out.
-rw-r--r--devel/libbegemot/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/libbegemot/Makefile b/devel/libbegemot/Makefile
index f5f353ff49b..ef02b53ce1a 100644
--- a/devel/libbegemot/Makefile
+++ b/devel/libbegemot/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2004/02/14 17:21:37 jlam Exp $
+# $NetBSD: Makefile,v 1.6 2004/06/12 04:45:21 grant Exp $
#
DISTNAME= libbegemot-1.9
@@ -10,6 +10,7 @@ MAINTAINER= tech-pkg@NetBSD.org
COMMENT= Base development library, contains useful routines
GNU_CONFIGURE= yes
+USE_BUILDLINK3= yes
USE_LIBTOOL= yes
.include "../../mk/bsd.pkg.mk"