diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2003-08-28 00:01:09 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2003-08-28 00:01:09 +0000 |
commit | 8294a1d6082ef84d5f1d23078f9a89870c55ea55 (patch) | |
tree | 874789feaefdd4c0669eeab1b69ac7f174434662 /devel/g-wrap | |
parent | Workaround gcc 2.95.x static_cast<> bug on -STABLE (diff) |
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 'devel/g-wrap')
-rw-r--r-- | devel/g-wrap/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/g-wrap/Makefile b/devel/g-wrap/Makefile index cbdb65141a9f..77ef58d9e4ca 100644 --- a/devel/g-wrap/Makefile +++ b/devel/g-wrap/Makefile @@ -9,7 +9,7 @@ PORTNAME= g-wrap PORTVERSION= 1.3.4 PORTREVISION= 4 -CATEGORIES= devel +CATEGORIES= devel scheme MASTER_SITES= http://www.gnucash.org/pub/g-wrap/source/ \ http://people.freebsd.org/~sobomax/ |