diff options
author | obache <obache@pkgsrc.org> | 2008-11-02 13:02:51 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2008-11-02 13:02:51 +0000 |
commit | 18379a9a28ccf13693d138aa884b9db92a377d16 (patch) | |
tree | e3962a0cc318d5b667247a54d16eaba90d30eff1 | |
parent | ed4cb7b92b3b34858019737ba439495f5218b5c0 (diff) | |
download | pkgsrc-18379a9a28ccf13693d138aa884b9db92a377d16.tar.gz |
Avoid to detect python interpreter.
Fixes PR 39716.
-rw-r--r-- | chat/finch/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/chat/finch/Makefile b/chat/finch/Makefile index f7b5ba2d784..1159eac45f7 100644 --- a/chat/finch/Makefile +++ b/chat/finch/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2008/07/11 07:39:20 tnn Exp $ +# $NetBSD: Makefile,v 1.15 2008/11/02 13:02:51 obache Exp $ # PKGNAME= finch-${PIDGIN_VERSION} @@ -18,6 +18,7 @@ PKGCONFIG_OVERRIDE+= libpurple/purple.pc.in PKGCONFIG_OVERRIDE+= pidgin/pidgin.pc.in CONFIGURE_ARGS+= --enable-consoleui +CONFIGURE_ENV+= ac_cv_path_pythonpath= #CONFIGURE_ARGS+= --disable-plugins |