diff options
author | Daichi GOTO <daichi@FreeBSD.org> | 2003-08-21 05:34:54 +0000 |
---|---|---|
committer | Daichi GOTO <daichi@FreeBSD.org> | 2003-08-21 05:34:54 +0000 |
commit | 13c78766fb3abd0508c2d8db0fd24e74132b77cc (patch) | |
tree | a4794b3bd356a20e625caa601862cce266ae1760 /graphics | |
parent | update lang/gauche: add 'scheme' virtual catagory (diff) |
update graphics/gauche-gl: add 'scheme' virtual catagory
PR: 55283
Submitted by: Erik Greenwald <erik@smluc.org> (maintainer)
Notes
Notes:
svn path=/head/; revision=87431
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/gauche-gl/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/gauche-gl/Makefile b/graphics/gauche-gl/Makefile index f663a0a19615..1af3466fcc93 100644 --- a/graphics/gauche-gl/Makefile +++ b/graphics/gauche-gl/Makefile @@ -7,7 +7,7 @@ PORTNAME= gl PORTVERSION= 0.2.2 -CATEGORIES= graphics +CATEGORIES= graphics scheme MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= gauche PKGNAMEPREFIX= gauche- |