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 | |
parent | af4ea50ace9cde6ac63c58be933997f35f73c491 (diff) | |
download | ports-0708a14c9ce32e6c157b40eac3a416690af1fdd4.tar.gz ports-0708a14c9ce32e6c157b40eac3a416690af1fdd4.zip |
BROKEN: Does not compile. This port is scheduled for removal on April 22
if it is still broken at that time.
Notes
Notes:
svn path=/head/; revision=101784
Diffstat (limited to 'databases')
-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 |