diff options
author | naddy <naddy@FreeBSD.org> | 2003-06-02 01:24:33 +0000 |
---|---|---|
committer | naddy <naddy@FreeBSD.org> | 2003-06-02 01:24:33 +0000 |
commit | bf2be5b5a4e25c5aa1b869ee179ff252f1d4faf4 (patch) | |
tree | 1d69717d4c51c87e619253154d6c93cbb6388073 /x11-toolkits | |
parent | af5bbed9ade96a61b0c02091db75ad4168ea1240 (diff) | |
download | FreeBSD-ports-bf2be5b5a4e25c5aa1b869ee179ff252f1d4faf4.zip FreeBSD-ports-bf2be5b5a4e25c5aa1b869ee179ff252f1d4faf4.tar.gz |
Remove MAINTAINER, as per his request:
"I'll be offline for the next few months. Someone please take care
of these poor orphans."
Also slip in some minor fixes.
PR: 52831
Submitted by: Kimura Fuyuki <fuyuki@mj.0038.net>
Diffstat (limited to 'x11-toolkits')
-rw-r--r-- | x11-toolkits/gauche-gtk/Makefile | 2 | ||||
-rw-r--r-- | x11-toolkits/gtkglext/Makefile | 2 | ||||
-rw-r--r-- | x11-toolkits/gtkglextmm/Makefile | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/x11-toolkits/gauche-gtk/Makefile b/x11-toolkits/gauche-gtk/Makefile index 954499a..a40b637 100644 --- a/x11-toolkits/gauche-gtk/Makefile +++ b/x11-toolkits/gauche-gtk/Makefile @@ -14,7 +14,7 @@ PKGNAMEPREFIX= gauche- DISTNAME= Gauche-${PORTNAME}-${PORTVERSION} EXTRACT_SUFX= .tgz -MAINTAINER= fuyuki@hadaly.org +MAINTAINER= ports@FreeBSD.org COMMENT= GTK2 binding for Gauche BUILD_DEPENDS= gosh:${PORTSDIR}/lang/gauche diff --git a/x11-toolkits/gtkglext/Makefile b/x11-toolkits/gtkglext/Makefile index e1fbcce..cf6cf94 100644 --- a/x11-toolkits/gtkglext/Makefile +++ b/x11-toolkits/gtkglext/Makefile @@ -11,7 +11,7 @@ CATEGORIES= x11-toolkits MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} -MAINTAINER= fuyuki@hadaly.org +MAINTAINER= ports@FreeBSD.org COMMENT= An OpenGL extension to GTK USE_BZIP2= yes diff --git a/x11-toolkits/gtkglextmm/Makefile b/x11-toolkits/gtkglextmm/Makefile index 9e7d3ef..3ac6da8 100644 --- a/x11-toolkits/gtkglextmm/Makefile +++ b/x11-toolkits/gtkglextmm/Makefile @@ -11,7 +11,7 @@ CATEGORIES= x11-toolkits MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= gtkglext -MAINTAINER= fuyuki@hadaly.org +MAINTAINER= ports@FreeBSD.org COMMENT= C++ wrapper for GtkGLExt LIB_DEPENDS= gtkglext-x11-1.0:${PORTSDIR}/x11-toolkits/gtkglext \ |