summaryrefslogtreecommitdiff
path: root/print
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2017-11-25 08:58:55 +0000
committerwiz <wiz@pkgsrc.org>2017-11-25 08:58:55 +0000
commit866ec7580efc610c0590a56f496a54c91562064d (patch)
tree35717c9f7d6ceeb684c0a08c293b108ec8ce37a8 /print
parent9d60221194c449646570117df4282ecec266d732 (diff)
downloadpkgsrc-866ec7580efc610c0590a56f496a54c91562064d.tar.gz
*: use py-cairo's bl3.mk file where previously it used cairo:link
Needed when e.g. pkg-config is used to detect py-cairo.
Diffstat (limited to 'print')
-rw-r--r--print/py-poppler/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/print/py-poppler/Makefile b/print/py-poppler/Makefile
index 01dafb8f961..71f40346a1b 100644
--- a/print/py-poppler/Makefile
+++ b/print/py-poppler/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.31 2017/11/24 22:15:59 wiz Exp $
+# $NetBSD: Makefile,v 1.32 2017/11/25 08:58:55 wiz Exp $
DISTNAME= pypoppler-0.12.1
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/py//}
@@ -11,14 +11,13 @@ HOMEPAGE= https://launchpad.net/poppler-python
COMMENT= Python bindings for the Poppler PDF rendering library
LICENSE= gnu-gpl-v2
-DEPENDS+= ${PYPKGPREFIX}-cairo-[0-9]*:../../graphics/py-cairo
-
GNU_CONFIGURE= yes
USE_LIBTOOL= yes
USE_TOOLS+= pkg-config
PY_PATCHPLIST= yes
PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # py-gtk2
+.include "../../graphics/py-cairo/buildlink3.mk"
.include "../../lang/python/extension.mk"
.include "../../devel/atk/buildlink3.mk"
BUILDLINK_API_DEPENDS.poppler-glib+= poppler-glib>=0.12.1