Hi.
I'm trying to write Makefile for MySQL plugin. In make file I've added
BUILD_DEPENDS directive:
BUILD_DEPENDS= ${NONEXISTENT}:${PORTSDIR}/databases/mysql50-server:extract
How I can get directory path with sources of MySQL for using in ./configure?