diff options
author | Stanislav Sedov <stas@FreeBSD.org> | 2011-10-24 03:33:20 +0000 |
---|---|---|
committer | Stanislav Sedov <stas@FreeBSD.org> | 2011-10-24 03:33:20 +0000 |
commit | 422bce3414b4653f4c814da54d27aedd1165c486 (patch) | |
tree | 8e7647fbc00831b93a18022a99692406a6e3e5d5 /devel/boehm-gc-threaded | |
parent | 31a4b0c2e0112e6057aad99fbf6fdc15b0e6f132 (diff) |
Notes
Diffstat (limited to 'devel/boehm-gc-threaded')
-rw-r--r-- | devel/boehm-gc-threaded/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/boehm-gc-threaded/Makefile b/devel/boehm-gc-threaded/Makefile index f20cafcdbfca..14514f4f7cfe 100644 --- a/devel/boehm-gc-threaded/Makefile +++ b/devel/boehm-gc-threaded/Makefile @@ -13,7 +13,7 @@ MASTER_SITES= http://www.hpl.hp.com/personal/Hans_Boehm/gc/gc_source/ PKGNAMESUFFIX= -${GC_VARIANT} DISTNAME= gc-${PORTVERSION:S/.a/alpha/} -MAINTAINER= stas@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Garbage collection and memory leak detection for C and C++ RUN_DEPENDS= ${PREFIX}/include/gc/gc.h:${PORTSDIR}/devel/boehm-gc |