pkgsrc-Changes archive

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

CVS commit: pkgsrc/graphics/grafx2



Module Name:    pkgsrc
Committed By:   nia
Date:           Sun Jul 28 19:50:55 UTC 2019

Modified Files:
        pkgsrc/graphics/grafx2: Makefile

Log Message:
grafx2: Add curl to USE_TOOLS


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/graphics/grafx2/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/graphics/grafx2/Makefile
diff -u pkgsrc/graphics/grafx2/Makefile:1.4 pkgsrc/graphics/grafx2/Makefile:1.5
--- pkgsrc/graphics/grafx2/Makefile:1.4 Thu Jul 18 12:15:04 2019
+++ pkgsrc/graphics/grafx2/Makefile     Sun Jul 28 19:50:55 2019
@@ -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 @@ HOMEPAGE=     http://grafx2.chez.com/
 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