diff options
author | jlam <jlam@pkgsrc.org> | 2004-01-05 23:20:29 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2004-01-05 23:20:29 +0000 |
commit | dc15c81244d9865e08eec9bb866acd7192a53ecc (patch) | |
tree | 4719aae839dee9b6822ab619068d095373d80d1a /devel/boehm-gc | |
parent | 71f7c227ff8105744eb6c547a9ffbbc983804540 (diff) | |
download | pkgsrc-dc15c81244d9865e08eec9bb866acd7192a53ecc.tar.gz |
bl3ify
Diffstat (limited to 'devel/boehm-gc')
-rw-r--r-- | devel/boehm-gc/Makefile | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/devel/boehm-gc/Makefile b/devel/boehm-gc/Makefile index b873cd41475..8a0fd79954a 100644 --- a/devel/boehm-gc/Makefile +++ b/devel/boehm-gc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.33 2003/12/03 00:14:16 recht Exp $ +# $NetBSD: Makefile,v 1.34 2004/01/05 23:22:51 jlam Exp $ # DISTNAME= gc6.2 @@ -11,11 +11,14 @@ MAINTAINER= recht@NetBSD.org HOMEPAGE= http://www.hpl.hp.com/personal/Hans_Boehm/gc/ COMMENT= Garbage collection and memory leak detection for C and C++ +PKG_INSTALLATION_TYPES= overwrite pkgviews + GNU_CONFIGURE= YES -USE_BUILDLINK2= YES +USE_BUILDLINK3= YES USE_GMAKE= YES USE_LIBTOOL= YES LIBTOOL_OVERRIDE= ${WRKSRC}/libtool +INSTALLATION_DIRS= man/man3 MAKE_ENV+= COPTS="${CFLAGS}" |