diff options
author | kris <kris@FreeBSD.org> | 2004-02-16 23:23:17 +0000 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2004-02-16 23:23:17 +0000 |
commit | 109de08bd4b93032f893ea4792ef556bf8848feb (patch) | |
tree | 0f456098ca6130c74cac1e5399ee04cb5dfadb61 /www | |
parent | 5115c8414926576e4887477b21897b5f22150c02 (diff) | |
download | FreeBSD-ports-109de08bd4b93032f893ea4792ef556bf8848feb.zip FreeBSD-ports-109de08bd4b93032f893ea4792ef556bf8848feb.tar.gz |
BROKEN: Inconsistent dependencies (mysql-client 3.x and 4.x). This port
will be removed on April 16 if still broken at that time.
Diffstat (limited to 'www')
-rw-r--r-- | www/scoop/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/www/scoop/Makefile b/www/scoop/Makefile index 908196c..ef3f3ae 100644 --- a/www/scoop/Makefile +++ b/www/scoop/Makefile @@ -41,6 +41,9 @@ RUN_DEPENDS= ${LOCALBASE}/libexec/mysqld:${PORTSDIR}/databases/mysql323-server \ NO_BUILD=yes +BROKEN= "Inconsistent dependencies (mysql-client 3.x and 4.x)" +DEPRECATED= "Will be removed on April 16 if still broken at that time." + do-install: @${MKDIR} ${PREFIX}/www/scoop @${CP} -Rp ${WRKSRC}/ ${PREFIX}/www/scoop |