Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 22 Feb 2021 12:19:57 +0100
From:      Mateusz Piotrowski <0mp@FreeBSD.org>
To:        Neel Chauhan <nc@FreeBSD.org>, ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   Re: svn commit: r566247 - in head/graphics: . drawing
Message-ID:  <027f4b73-3dbf-2afe-6bd6-5ed4e46a6564@FreeBSD.org>
In-Reply-To: <202102212114.11LLEh69052516@repo.freebsd.org>
References:  <202102212114.11LLEh69052516@repo.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?027f4b73-3dbf-2afe-6bd6-5ed4e46a6564>