diff options
author | daichi <daichi@FreeBSD.org> | 2003-08-21 13:34:54 +0800 |
---|---|---|
committer | daichi <daichi@FreeBSD.org> | 2003-08-21 13:34:54 +0800 |
commit | 6fad71a6f7e348d1ba3924db6af7d6532e21ea9e (patch) | |
tree | 93c982cce0708773b9e7f75ec9f31288f6e104b1 /graphics | |
parent | a97a24163a5bc96fe3a9686d8ed98bbfff08359f (diff) | |
download | freebsd-ports-graphics-6fad71a6f7e348d1ba3924db6af7d6532e21ea9e.tar.gz freebsd-ports-graphics-6fad71a6f7e348d1ba3924db6af7d6532e21ea9e.tar.zst freebsd-ports-graphics-6fad71a6f7e348d1ba3924db6af7d6532e21ea9e.zip |
update graphics/gauche-gl: add 'scheme' virtual catagory
PR: 55283
Submitted by: Erik Greenwald <erik@smluc.org> (maintainer)
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 f663a0a1961..1af3466fcc9 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- |