diff options
author | edwin <edwin@FreeBSD.org> | 2003-08-28 08:01:09 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2003-08-28 08:01:09 +0800 |
commit | 44c066930f8fea595766106b5316b75a5776be39 (patch) | |
tree | 8c8601947bbd2f75c66da86c42c34b36ac32c25e /lang/drscheme | |
parent | 3328c2a1d8daf0e3b51c7aea7c784ab2696dd8e3 (diff) | |
download | freebsd-ports-gnome-44c066930f8fea595766106b5316b75a5776be39.tar.gz freebsd-ports-gnome-44c066930f8fea595766106b5316b75a5776be39.tar.zst freebsd-ports-gnome-44c066930f8fea595766106b5316b75a5776be39.zip |
Use the virtual category "scheme" (part ii)
Add the virtual category "scheme" to the maintained ports
(except sxm). I guess no maintainer would deny this trivial
change.
PR: ports/56052
Submitted by: Kimura Fuyuki <fuyuki@nigredo.org>
Diffstat (limited to 'lang/drscheme')
-rw-r--r-- | lang/drscheme/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/drscheme/Makefile b/lang/drscheme/Makefile index 2f648bf9c932..34410605a813 100644 --- a/lang/drscheme/Makefile +++ b/lang/drscheme/Makefile @@ -7,7 +7,7 @@ PORTNAME= drscheme PORTVERSION= 204 -CATEGORIES= lang +CATEGORIES= lang scheme MASTER_SITES= http://download.plt-scheme.org/bundles/${PORTVERSION}/plt/ \ http://www.cs.utah.edu/plt/download/${PORTVERSION}/plt/ \ ftp://ftp.pasteur.fr/pub/computing/Scheme/plt-scheme/${PORTVERSION}/plt/ \ |