pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/graphics/grafx2 grafx2: Add curl to USE_TOOLS



details:   https://anonhg.NetBSD.org/pkgsrc/rev/154be62dfd60
branches:  trunk
changeset: 336912:154be62dfd60
user:      nia <nia%pkgsrc.org@localhost>
date:      Sun Jul 28 19:50:55 2019 +0000

description:
grafx2: Add curl to USE_TOOLS

diffstat:

 graphics/grafx2/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r ca74db4e26a7 -r 154be62dfd60 graphics/grafx2/Makefile
--- a/graphics/grafx2/Makefile  Sun Jul 28 18:56:11 2019 +0000
+++ b/graphics/grafx2/Makefile  Sun Jul 28 19:50:55 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2019/07/18 12:15:04 nia Exp $
+# $NetBSD: Makefile,v 1.5 2019/07/28 19:50:55 nia Exp $
 
 DISTNAME=      grafX2-v2.6
 PKGNAME=       ${DISTNAME:S/X2-v/x2-/}
@@ -11,7 +11,7 @@
 COMMENT=       Ultimate 256-color bitmap paint program
 LICENSE=       gnu-gpl-v2
 
-USE_TOOLS+=    gmake pkg-config
+USE_TOOLS+=    curl gmake pkg-config
 USE_LANGUAGES= c c++
 
 WRKSRC=                ${WRKDIR}/${DISTNAME}/src



Home | Main Index | Thread Index | Old Index