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:           Tue Jul  9 15:38:23 UTC 2019

Modified Files:
        pkgsrc/graphics/grafx2: Makefile

Log Message:
grafx2: Needs pkg-config.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 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.2 pkgsrc/graphics/grafx2/Makefile:1.3
--- pkgsrc/graphics/grafx2/Makefile:1.2 Tue Jul 17 21:32:19 2018
+++ pkgsrc/graphics/grafx2/Makefile     Tue Jul  9 15:38:23 2019
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2018/07/17 21:32:19 ryoon Exp $
+# $NetBSD: Makefile,v 1.3 2019/07/09 15:38:23 nia Exp $
 
 DISTNAME=      grafx2-2.5.1960-src
 PKGNAME=       ${DISTNAME:S/-src//}
@@ -12,7 +12,7 @@ COMMENT=      Ultimate 256-color bitmap paint
 LICENSE=       gnu-gpl-v2
 
 WRKSRC=                ${WRKDIR}/grafx2/src
-USE_TOOLS+=    gmake
+USE_TOOLS+=    gmake pkg-config
 USE_LANGUAGES= c c++
 
 SUBST_CLASSES+=                        fix-paths



Home | Main Index | Thread Index | Old Index