#15014: mysqltcl: Portfile has errors for variant mysql4 ----------------------------------------+----------------------------------- Reporter: philipproessler@freenet.de | Owner: macports-tickets@lists.macosforge.org Type: defect | Status: new Priority: Normal | Milestone: Port Bugs Component: ports | Version: 1.6.0 Keywords: mysqltcl mysql4 | ----------------------------------------+----------------------------------- mysqltcl won't build for variant mysql4 because the Portfile contains errors. Here's the corrected section: {{{ variant mysql4 { depends_lib-delete port:mysql5 depends_lib-append port:mysql4 configure.args-delete --with-mysql- include=${prefix}/include/mysql5/mysql configure.args-delete --with-mysql-lib=${prefix}/lib/mysql5/mysql configure.args-append --with-mysql-include=${prefix}/include/mysql configure.args-append --with-mysql-lib=${prefix}/lib/mysql } }}} Philipp R. -- Ticket URL: <http://trac.macosforge.org/projects/macports/ticket/15014> MacPorts </projects/macports> Ports system for Mac OS