svn commit: r566247 - in head/graphics: . drawing

Mateusz Piotrowski 0mp at FreeBSD.org
Mon Feb 22 11:19:18 UTC 2021


On 21/02/2021 22:14, Neel Chauhan wrote:
> Author: nc
> Date: Sun Feb 21 21:14:42 2021
> New Revision: 566247
> URL: https://svnweb.freebsd.org/changeset/ports/566247
>
> Log:
>    New port: graphics/drawing: Drawing application for the GNOME desktop
...
>
> Added: head/graphics/drawing/Makefile
> ==============================================================================
> --- /dev/null	00:00:00 1970	(empty, because file is newly added)
> +++ head/graphics/drawing/Makefile	Sun Feb 21 21:14:42 2021	(r566247)
> @@ -0,0 +1,25 @@
...
> +
> +BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}cairo>=0:graphics/py-cairo@${PY_FLAVOR}
> +RUN_DEPENDS=	${BUILD_DEPENDS}
This may lead to unexpected bugs. See the RUN_DEPENDS subsection of this document: 
https://docs.freebsd.org/en/books/porters-handbook/book.html#makefile-depend


More information about the svn-ports-all mailing list