diff options
author | pav <pav@FreeBSD.org> | 2004-05-30 17:29:02 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2004-05-30 17:29:02 +0800 |
commit | 129b86fee3f1af4b842cf48cb8f06b03b1f6f2cd (patch) | |
tree | 2419ef0ebebc1a4c5349b4c06c1ece8631368569 /databases | |
parent | 9a5dbe8e78d3b7c484911ee269d221b982e74d74 (diff) | |
download | freebsd-ports-gnome-129b86fee3f1af4b842cf48cb8f06b03b1f6f2cd.tar.gz freebsd-ports-gnome-129b86fee3f1af4b842cf48cb8f06b03b1f6f2cd.tar.zst freebsd-ports-gnome-129b86fee3f1af4b842cf48cb8f06b03b1f6f2cd.zip |
- Drop maintainership
- Extend BROKEN message to point users to better alternatives
PR: ports/63983
Submitted by: Cyrille Lefevre <cyrille.lefevre@laposte.net> (maintainer)
Diffstat (limited to 'databases')
-rw-r--r-- | databases/mysql-gui/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/mysql-gui/Makefile b/databases/mysql-gui/Makefile index 16779f7ba755..ddbefc778201 100644 --- a/databases/mysql-gui/Makefile +++ b/databases/mysql-gui/Makefile @@ -15,7 +15,7 @@ MASTER_SITES= http://mysql.ftp.cvut.cz/Downloads/%SUBDIR%/ \ MASTER_SITE_SUBDIR= mysqlgui DISTNAME= ${PORTNAME:S/-//}-${PORTVERSION} -MAINTAINER= cyrille.lefevre@laposte.net +MAINTAINER= ports@FreeBSD.org COMMENT= A graphical SQL client for MySQL LIB_DEPENDS= sqlplus.1:${PORTSDIR}/databases/mysql++ \ @@ -44,7 +44,7 @@ NEW_FILES= Fl_Editor.H editengine.h .include <bsd.port.pre.mk> .if ${OSVERSION} >= 500000 || ${ARCH} == "alpha" -BROKEN= Does not build except on i386 4.x +BROKEN= Does not build except on i386 4.x, use mysql-administrator \(GNOME\) or mysql-navigator \(KDE\) instead .endif # Post-extract |