diff options
author | FUJISHIMA Satsuki <sf@FreeBSD.org> | 2001-01-03 20:17:07 +0000 |
---|---|---|
committer | FUJISHIMA Satsuki <sf@FreeBSD.org> | 2001-01-03 20:17:07 +0000 |
commit | 2e575d1e0b8173541513f24ffb75dcfa26209ae6 (patch) | |
tree | 5d2982b45a59e18e6e48685336fe259e6436c871 /devel/boehm-gc/Makefile | |
parent | 336096b50be9a815883be25815b3e969a97e14c4 (diff) | |
download | ports-2e575d1e0b8173541513f24ffb75dcfa26209ae6.tar.gz ports-2e575d1e0b8173541513f24ffb75dcfa26209ae6.zip |
Notes
Diffstat (limited to 'devel/boehm-gc/Makefile')
-rw-r--r-- | devel/boehm-gc/Makefile | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/devel/boehm-gc/Makefile b/devel/boehm-gc/Makefile index 55b1e5887ea7..69b480869e57 100644 --- a/devel/boehm-gc/Makefile +++ b/devel/boehm-gc/Makefile @@ -6,15 +6,15 @@ # PORTNAME= boehm-gc -PORTVERSION= 5.0a4 +PORTVERSION= 5.3 CATEGORIES= devel -MASTER_SITES= http://www.hpl.hp.com/personal/Hans_Boehm/gc/gc_source/ \ - http://reality.sgi.com/boehm_mti/gc_source/ -DISTNAME= gc5.0alpha4 +MASTER_SITES= http://www.hpl.hp.com/personal/Hans_Boehm/gc/gc_source/ +DISTNAME= gc5.3 -MAINTAINER= mmcg@cs.monash.edu.au +MAINTAINER= ports@FreeBSD.org -ONLY_FOR_ARCHS= i386 +ONLY_FOR_ARCHS= i386 # XXX can't figure out whether to define +# # XXX SEARCH_FOR_DATA_START on other platforms FETCH_BEFORE_ARGS= -b |