diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2004-05-30 09:29:02 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2004-05-30 09:29:02 +0000 |
commit | 2a097dcd2dc008cb04b0d98ed873fe17486b7d31 (patch) | |
tree | 40794a096f4e8254d6cfa7a42d9171885759e727 /databases | |
parent | b786daec14cf95407161f246df37dfa9d5fed61c (diff) | |
download | ports-2a097dcd2dc008cb04b0d98ed873fe17486b7d31.tar.gz ports-2a097dcd2dc008cb04b0d98ed873fe17486b7d31.zip |
Notes
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 |