Source-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/fann devel/fann: fix path to fann.pc file



details:   https://anonhg.NetBSD.org/pkgsrc/rev/acd041c380f1
branches:  trunk
changeset: 431412:acd041c380f1
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Wed May 13 03:37:30 2020 +0000

description:
devel/fann: fix path to fann.pc file

diffstat:

 devel/fann/Makefile |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (20 lines):

diff -r 877c67b062f6 -r acd041c380f1 devel/fann/Makefile
--- a/devel/fann/Makefile       Wed May 13 03:34:49 2020 +0000
+++ b/devel/fann/Makefile       Wed May 13 03:37:30 2020 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.9 2019/11/03 10:39:10 rillig Exp $
+# $NetBSD: Makefile,v 1.10 2020/05/13 03:37:30 rillig Exp $
 
-PKGREVISION=           1
+PKGREVISION=           2
 
 .include "Makefile.common"
 
@@ -16,6 +16,6 @@
 USE_LANGUAGES+=        c++
 
 USE_TOOLS+=            pkg-config
-PKGCONFIG_OVERRIDE+=   fann.pc.in
+PKGCONFIG_OVERRIDE+=   cmake/fann.pc.cmake
 
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index