pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/graphics/mypaint-brushes mypaint-brushes: add build de...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/77b4bfa95c0a
branches:  trunk
changeset: 379489:77b4bfa95c0a
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Mon Apr 30 20:56:11 2018 +0000

description:
mypaint-brushes: add build dependency on scons

diffstat:

 graphics/mypaint-brushes/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r 5b6ecafc5ab4 -r 77b4bfa95c0a graphics/mypaint-brushes/Makefile
--- a/graphics/mypaint-brushes/Makefile Mon Apr 30 19:31:56 2018 +0000
+++ b/graphics/mypaint-brushes/Makefile Mon Apr 30 20:56:11 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2018/04/30 04:56:17 ryoon Exp $
+# $NetBSD: Makefile,v 1.2 2018/04/30 20:56:11 wiz Exp $
 
 DISTNAME=      mypaint-brushes-1.3.0
 PKGNAME=       ${GITHUB_PROJECT}-${DISTNAME}
@@ -12,6 +12,8 @@
 COMMENT=       Default MyPaint brushes
 LICENSE=       cc0-1.0-universal
 
+BUILD_DEPENDS+=        scons-[0-9]*:../../devel/scons
+
 USE_TOOLS+=    pkg-config
 USE_LANGUAGES= # none
 



Home | Main Index | Thread Index | Old Index