diff options
author | joerg <joerg@pkgsrc.org> | 2014-06-30 14:25:59 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2014-06-30 14:25:59 +0000 |
commit | 435de29b7c6d8942a758babd8ff6ee1de3f3ad79 (patch) | |
tree | b83bd9801795057646c3b843f5eee3101dd51120 /graphics | |
parent | 06237addf9761edf1e8fd8434212a3e2f359f602 (diff) | |
download | pkgsrc-435de29b7c6d8942a758babd8ff6ee1de3f3ad79.tar.gz |
pkg-config is still needed.
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/py-cairo3/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/py-cairo3/Makefile b/graphics/py-cairo3/Makefile index 6132ddadfe2..0fbb8a41048 100644 --- a/graphics/py-cairo3/Makefile +++ b/graphics/py-cairo3/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2014/06/29 15:04:40 joerg Exp $ +# $NetBSD: Makefile,v 1.8 2014/06/30 14:25:59 joerg Exp $ DISTNAME= pycairo-1.10.0 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/py//} @@ -14,6 +14,7 @@ LICENSE= gnu-lgpl-v2.1 OR mpl-1.1 USE_PKGLOCALEDIR= yes USE_LIBTOOL= yes +USE_TOOLS+= pkg-config GNU_CONFIGURE= yes CONFIGURE_ENV+= PYTHON=${PYTHONBIN:Q} |