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 | 59ed6f506d23157cb0f53a906a5cef8dfe3a759c (patch) | |
tree | bb81908c6a64db6d57b3c51374b7f6d71d082aa9 /devel | |
parent | bd4e2f8b160a2b32c034083268fc7564bb146287 (diff) | |
download | pkgsrc-59ed6f506d23157cb0f53a906a5cef8dfe3a759c.tar.gz |
trick configure to continue without Python, should fix the error seen
in Dragonfly builds, add a .pc file
Diffstat (limited to 'devel')
-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 |