diff options
author | drochner <drochner@pkgsrc.org> | 2007-11-07 18:19:19 +0000 |
---|---|---|
committer | drochner <drochner@pkgsrc.org> | 2007-11-07 18:19:19 +0000 |
commit | 692894784422ae8158c669f981a61af734a82c6b (patch) | |
tree | bb81908c6a64db6d57b3c51374b7f6d71d082aa9 /devel/at-spi | |
parent | a3b8e8d9c92c7f88f2fbaf3127b2ce4444cbe31e (diff) | |
download | pkgsrc-692894784422ae8158c669f981a61af734a82c6b.tar.gz |
trick configure to continue without Python, should fix the error seen
in Dragonfly builds, add a .pc file
Diffstat (limited to 'devel/at-spi')
-rw-r--r-- | devel/at-spi/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/devel/at-spi/Makefile b/devel/at-spi/Makefile index d77bfa45077..fb5b13af300 100644 --- a/devel/at-spi/Makefile +++ b/devel/at-spi/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.42 2007/10/31 19:52:34 drochner Exp $ +# $NetBSD: Makefile,v 1.43 2007/11/07 18:19:19 drochner Exp $ # DISTNAME= at-spi-1.20.1 @@ -15,7 +15,10 @@ USE_PKGLOCALEDIR= yes USE_LIBTOOL= yes GNU_CONFIGURE= yes +CONFIGURE_ENV+= PYTHON=true + PKGCONFIG_OVERRIDE+= cspi-1.0.pc.in +PKGCONFIG_OVERRIDE+= libloginhelper-1.0.pc.in PKGCONFIG_OVERRIDE+= libspi-1.0.pc.in BUILDLINK_API_DEPENDS.atk+= atk>=1.18.0 |