diff options
author | grant <grant@pkgsrc.org> | 2004-06-12 04:45:21 +0000 |
---|---|---|
committer | grant <grant@pkgsrc.org> | 2004-06-12 04:45:21 +0000 |
commit | 3afb5029ad141b181eb64b4cb9dcab6f4af3f780 (patch) | |
tree | c8211d3380a1a7a3af34fde180fcd40d4453ff5a /devel/libbegemot | |
parent | 355d8e602637f3df0e3bb0499280e47788bd694b (diff) | |
download | pkgsrc-3afb5029ad141b181eb64b4cb9dcab6f4af3f780.tar.gz |
use bl3 so that gcc specific flags are stripped out.
Diffstat (limited to 'devel/libbegemot')
-rw-r--r-- | devel/libbegemot/Makefile | 3 |
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" |