diff options
author | Michael Nottebrock <lofi@FreeBSD.org> | 2004-02-26 20:59:36 +0000 |
---|---|---|
committer | Michael Nottebrock <lofi@FreeBSD.org> | 2004-02-26 20:59:36 +0000 |
commit | 6fe53bfc64cd4f932aec44d9fe8f9a534b9b601b (patch) | |
tree | fb137a5b96058207595d05a6be1da5a3dce55ecc /databases/mysqlcc | |
parent | tinyldap is an attempt to write a very small and very fast LDAP server. (diff) |
Remove qmake from RUN_DEPENDS in x11-toolkits/qt32 and chase ports which
BUILD_DEPEND on qmake now.
Diffstat (limited to 'databases/mysqlcc')
-rw-r--r-- | databases/mysqlcc/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/databases/mysqlcc/Makefile b/databases/mysqlcc/Makefile index e36caaf1a57a..3228f2441b16 100644 --- a/databases/mysqlcc/Makefile +++ b/databases/mysqlcc/Makefile @@ -16,11 +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 +BUILD_DEPENDS= qmake:${PORTSDIR}/devel/qmake USE_MYSQL= yes +BROKEN_WITH_MYSQL=323 USE_REINPLACE= yes GNU_CONFIGURE= yes |