pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/radare2-cutter



Module Name:    pkgsrc
Committed By:   dholland
Date:           Mon Apr 30 09:21:09 UTC 2018

Modified Files:
        pkgsrc/devel/radare2-cutter: Makefile

Log Message:
needs pkg-config


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 pkgsrc/devel/radare2-cutter/Makefile

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

Modified files:

Index: pkgsrc/devel/radare2-cutter/Makefile
diff -u pkgsrc/devel/radare2-cutter/Makefile:1.5 pkgsrc/devel/radare2-cutter/Makefile:1.6
--- pkgsrc/devel/radare2-cutter/Makefile:1.5    Tue Apr 17 22:29:37 2018
+++ pkgsrc/devel/radare2-cutter/Makefile        Mon Apr 30 09:21:09 2018
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2018/04/17 22:29:37 wiz Exp $
+# $NetBSD: Makefile,v 1.6 2018/04/30 09:21:09 dholland Exp $
 
 DISTNAME=      cutter-1.2
 PKGNAME=       radare2-${DISTNAME}
@@ -16,7 +16,7 @@ LICENSE=      gnu-gpl-v3
 USE_LANGUAGES= c c++
 
 USE_CMAKE=     yes
-USE_TOOLS+=    gmake pax
+USE_TOOLS+=    gmake pax pkg-config
 
 WRKSRC=        ${WRKDIR}/${DISTNAME}/src
 



Home | Main Index | Thread Index | Old Index