aboutsummaryrefslogtreecommitdiff
path: root/devel/boehm-gc/Makefile
diff options
context:
space:
mode:
authorSteve Price <steve@FreeBSD.org>1999-11-01 00:43:07 +0000
committerSteve Price <steve@FreeBSD.org>1999-11-01 00:43:07 +0000
commit13bf4e0156c95c73099d71e81b0c06864f7cc067 (patch)
treee7a311dff65b2e6f14d37703c3bf8af18958bd20 /devel/boehm-gc/Makefile
parent615932e68664de2677180c9b9da8acb1f98ac87d (diff)
downloadports-13bf4e0156c95c73099d71e81b0c06864f7cc067.tar.gz
ports-13bf4e0156c95c73099d71e81b0c06864f7cc067.zip
Notes
Diffstat (limited to 'devel/boehm-gc/Makefile')
-rw-r--r--devel/boehm-gc/Makefile9
1 files changed, 5 insertions, 4 deletions
diff --git a/devel/boehm-gc/Makefile b/devel/boehm-gc/Makefile
index 123fc6c33dab..feb116763872 100644
--- a/devel/boehm-gc/Makefile
+++ b/devel/boehm-gc/Makefile
@@ -1,15 +1,16 @@
# New ports collection makefile for: boehm-gc
-# Version required: 4.10
+# Version required: 5.0alpha3
# Date created: 15 November 1996
# Whom: Mike McGaughey <mmcg@cs.monash.edu.au>
#
# $FreeBSD$
#
-DISTNAME= gc4.14
-PKGNAME= boehm-gc-4.14
+DISTNAME= gc5.0alpha3
+PKGNAME= boehm-gc-5.0a3
CATEGORIES= devel
-MASTER_SITES= http://reality.sgi.com/boehm_mti/gc_source/
+MASTER_SITES= http://www.hpl.hp.com/personal/Hans_Boehm/gc/gc_source/ \
+ http://reality.sgi.com/boehm_mti/gc_source/
MAINTAINER= mmcg@cs.monash.edu.au