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 /x11-toolkits | |
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 'x11-toolkits')
-rw-r--r-- | x11-toolkits/guile-gnome/Makefile | 2 | ||||
-rw-r--r-- | x11-toolkits/guile-gobject/Makefile | 2 | ||||
-rw-r--r-- | x11-toolkits/guile-gtk/Makefile | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/x11-toolkits/guile-gnome/Makefile b/x11-toolkits/guile-gnome/Makefile index b263f4a543f0..a691f89bc730 100644 --- a/x11-toolkits/guile-gnome/Makefile +++ b/x11-toolkits/guile-gnome/Makefile @@ -8,7 +8,7 @@ PORTNAME= guile-gnome PORTVERSION= 0.20 PORTREVISION= 6 -CATEGORIES= x11-toolkits gnome +CATEGORIES= x11-toolkits gnome scheme MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/gnome-guile/0.20 DISTNAME= gnome-guile-${PORTVERSION} diff --git a/x11-toolkits/guile-gobject/Makefile b/x11-toolkits/guile-gobject/Makefile index 67ec0f5370c1..f3828b8fbf53 100644 --- a/x11-toolkits/guile-gobject/Makefile +++ b/x11-toolkits/guile-gobject/Makefile @@ -8,7 +8,7 @@ PORTNAME= guile-gobject PORTVERSION= 0.4.0 PORTREVISION= 1 -CATEGORIES= x11-toolkits +CATEGORIES= x11-toolkits scheme MASTER_SITES= http://savannah.nongnu.org/download/guile-gtk/ MAINTAINER= gnome@FreeBSD.org diff --git a/x11-toolkits/guile-gtk/Makefile b/x11-toolkits/guile-gtk/Makefile index 389203e2dec0..2e26a4cd4181 100644 --- a/x11-toolkits/guile-gtk/Makefile +++ b/x11-toolkits/guile-gtk/Makefile @@ -7,7 +7,7 @@ PORTNAME= guile-gtk PORTVERSION= 0.31 -CATEGORIES= x11-toolkits +CATEGORIES= x11-toolkits scheme MASTER_SITES= http://savannah.nongnu.org/download/guile-gtk/ DISTNAME= ${PORTNAME}-1.2-${PORTVERSION} |