summaryrefslogtreecommitdiff
path: root/math
diff options
context:
space:
mode:
authorrillig <rillig@pkgsrc.org>2020-03-22 11:03:22 +0000
committerrillig <rillig@pkgsrc.org>2020-03-22 11:03:22 +0000
commit0feff2cab6605b679a9c62ba46bca4ec341bfb97 (patch)
tree17ae497a083a8c95e3e436a3711ff42d41ca0456 /math
parent67c12e9afd000797da2fba0141a7dd1683142c41 (diff)
downloadpkgsrc-0feff2cab6605b679a9c62ba46bca4ec341bfb97.tar.gz
math/eigen3: fix PKGCONFIG_OVERRIDE
Diffstat (limited to 'math')
-rw-r--r--math/eigen3/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/math/eigen3/Makefile b/math/eigen3/Makefile
index 4e2a1fbbf6d..0200952e517 100644
--- a/math/eigen3/Makefile
+++ b/math/eigen3/Makefile
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.11 2019/11/02 16:16:18 rillig Exp $
+# $NetBSD: Makefile,v 1.12 2020/03/22 11:03:22 rillig Exp $
DISTNAME= 3.3.7
PKGNAME= eigen3-${DISTNAME}
+PKGREVISION= 1
CATEGORIES= math
MASTER_SITES= http://bitbucket.org/eigen/eigen/get/
DIST_SUBDIR= eigen3
@@ -21,7 +22,7 @@ WRKSRC= ${WRKDIR}/eigen-eigen-323c052e1731
CMAKE_ARGS+= -DCMAKEPACKAGE_INSTALL_DIR=${PREFIX}/lib/cmake/eigen3
CMAKE_ARGS+= -DPKGCONFIG_INSTALL_DIR=${PREFIX}/lib/pkgconfig
-PKGCONFIG_OVERRIDE+= eigen.pc.in
+PKGCONFIG_OVERRIDE+= eigen3.pc.in
pre-configure:
${MKDIR} ${WRKSRC}/_build