diff options
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 |