diff options
author | nros <nros@pkgsrc.org> | 2017-08-14 19:26:04 +0000 |
---|---|---|
committer | nros <nros@pkgsrc.org> | 2017-08-14 19:26:04 +0000 |
commit | 647d56b039e77c65454f93ee0181eb8245ea345d (patch) | |
tree | 30785f387793ec4e11ea4e512db977139598c8bf /print | |
parent | 1579c7685685cc407e229f7b18aac854a55d79ce (diff) | |
download | pkgsrc-647d56b039e77c65454f93ee0181eb8245ea345d.tar.gz |
Override the right pkgconfig file.
Diffstat (limited to 'print')
-rw-r--r-- | print/poppler-cpp/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/print/poppler-cpp/Makefile b/print/poppler-cpp/Makefile index de5d1c2f37f..7e10b0c79e2 100644 --- a/print/poppler-cpp/Makefile +++ b/print/poppler-cpp/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2013/12/06 13:10:59 wiz Exp $ +# $NetBSD: Makefile,v 1.13 2017/08/14 19:26:04 nros Exp $ .include "../../print/poppler/Makefile.common" @@ -11,7 +11,7 @@ CONFLICTS+= poppler<0.4.5nb1 GNU_CONFIGURE= yes USE_TOOLS+= gmake -PKGCONFIG_OVERRIDE+= ${WRKSRC}/poppler-glib.pc.in +PKGCONFIG_OVERRIDE+= ${WRKSRC}/poppler-cpp.pc.in CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR:Q} # Don't build the cairo graphics backend, required by glib. |