diff options
author | Daichi GOTO <daichi@FreeBSD.org> | 2003-08-21 05:33:09 +0000 |
---|---|---|
committer | Daichi GOTO <daichi@FreeBSD.org> | 2003-08-21 05:33:09 +0000 |
commit | a5d5f9b3db48abccd08834d6e04c1409b12679db (patch) | |
tree | 77ce2ee1ce442d7522717a45484656826bb410cd /lang | |
parent | update textproc/gauche-sxml: add 'scheme' virtual catagory (diff) |
update lang/gauche: add 'scheme' virtual catagory
PR: 55284
Submitted by: Erik Greenwald <erik@smluc.org> (maintainer)
Notes
Notes:
svn path=/head/; revision=87430
Diffstat (limited to 'lang')
-rw-r--r-- | lang/gauche/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/gauche/Makefile b/lang/gauche/Makefile index 6500b9c18faf..963e5b700077 100644 --- a/lang/gauche/Makefile +++ b/lang/gauche/Makefile @@ -7,7 +7,7 @@ PORTNAME= gauche PORTVERSION= 0.7.1 # Keep databases/gauche-gdbm in sync with this -CATEGORIES= lang +CATEGORIES= lang scheme MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} DISTNAME= Gauche-${PORTVERSION} |