summaryrefslogtreecommitdiff
path: root/devel/libbegemot
diff options
context:
space:
mode:
authorgrant <grant@pkgsrc.org>2004-06-12 04:45:21 +0000
committergrant <grant@pkgsrc.org>2004-06-12 04:45:21 +0000
commitbe2fbed0ed7e1442690a47beba1680c7d1d6d361 (patch)
treec8211d3380a1a7a3af34fde180fcd40d4453ff5a /devel/libbegemot
parentc236f23cba0061879fc4c02ecfe8bdc56ef50c26 (diff)
downloadpkgsrc-be2fbed0ed7e1442690a47beba1680c7d1d6d361.tar.gz
use bl3 so that gcc specific flags are stripped out.
Diffstat (limited to 'devel/libbegemot')
-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"