diff options
author | Stanislav Sedov <stas@FreeBSD.org> | 2006-09-20 13:33:14 +0000 |
---|---|---|
committer | Stanislav Sedov <stas@FreeBSD.org> | 2006-09-20 13:33:14 +0000 |
commit | 5bb7ce465ba3f73e72437bfb34d6b5734918f680 (patch) | |
tree | 68e0e44ce31cda809cacf2d4a49b1861dd624d7c /devel/boehm-gc/Makefile | |
parent | ca0e0f20156afb9373fe02c73fe1a23b142a1d6b (diff) |
Notes
Diffstat (limited to 'devel/boehm-gc/Makefile')
-rw-r--r-- | devel/boehm-gc/Makefile | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/devel/boehm-gc/Makefile b/devel/boehm-gc/Makefile index e798914777af..557c2c011075 100644 --- a/devel/boehm-gc/Makefile +++ b/devel/boehm-gc/Makefile @@ -6,20 +6,19 @@ # PORTNAME= boehm-gc -PORTVERSION= 6.6 -PORTREVISION= 3 +PORTVERSION= 6.8 +PORTREVISION= 0 CATEGORIES= devel MASTER_SITES= http://www.hpl.hp.com/personal/Hans_Boehm/gc/gc_source/ DISTNAME= gc${PORTVERSION:S/.a/alpha/} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= stas@FreeBSD.org COMMENT= Garbage collection and memory leak detection for C and C++ -USE_GNOME= lthack GNU_CONFIGURE= yes -CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} -INSTALLS_SHLIB= yes -CONFIGURE_ARGS= --prefix=${PREFIX} --enable-cplusplus +USE_GNOME= gnometarget +USE_LDCONFIG= yes +CONFIGURE_ARGS= --enable-cplusplus OPTIONS= REDIRECT "Define malloc(3)-family replacements" off \ FULLDEBUG "full-debug support (see documentation)" off \ THREADING "POSIX thread support" off \ |