diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2004-02-23 01:01:00 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2004-02-23 01:01:00 +0000 |
commit | 0708a14c9ce32e6c157b40eac3a416690af1fdd4 (patch) | |
tree | 35db24d1fa125a96e19318510ed529aa4e5fa8dd /databases/mysqlcc | |
parent | - The author included files/patch-mp3.c to software and (diff) |
BROKEN: Does not compile. This port is scheduled for removal on April 22
if it is still broken at that time.
Diffstat (limited to 'databases/mysqlcc')
-rw-r--r-- | databases/mysqlcc/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/databases/mysqlcc/Makefile b/databases/mysqlcc/Makefile index 2e616190a95f..e36caaf1a57a 100644 --- a/databases/mysqlcc/Makefile +++ b/databases/mysqlcc/Makefile @@ -16,6 +16,10 @@ DISTNAME= ${PORTNAME}-${PORTVERSION}-src MAINTAINER= ferruccio.vitale@tin.it COMMENT= A platform-independent GUI administration client for the MySQL server +BROKEN= "Does not compile" +DEPRECATED= ${BROKEN} +EXPIRATION_DATE=2004-04-22 + USE_MYSQL= yes USE_REINPLACE= yes |