diff options
author | markd <markd@pkgsrc.org> | 2002-10-01 13:37:07 +0000 |
---|---|---|
committer | markd <markd@pkgsrc.org> | 2002-10-01 13:37:07 +0000 |
commit | f79def60c176cd3fec7e5e1be1c54bdfcfd396c9 (patch) | |
tree | 52697ab1920853f056ef2cb1f4238753b9a7ad7a /textproc | |
parent | dd7020be6e61dd74805274043395b2f5d9958309 (diff) | |
download | pkgsrc-f79def60c176cd3fec7e5e1be1c54bdfcfd396c9.tar.gz |
Be explicit about no python.
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/libxslt/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/textproc/libxslt/Makefile b/textproc/libxslt/Makefile index 3ee19e8b517..a0833bb37ae 100644 --- a/textproc/libxslt/Makefile +++ b/textproc/libxslt/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2002/09/24 14:07:58 martti Exp $ +# $NetBSD: Makefile,v 1.11 2002/10/01 13:37:07 markd Exp $ DISTNAME= libxslt-1.0.20 PKGNAME= ${DISTNAME} @@ -17,6 +17,7 @@ LIBTOOL_OVERRIDE= ${WRKSRC}/libtool GNU_CONFIGURE= yes CONFIGURE_ARGS+= --with-libxml-prefix=${BUILDLINK_PREFIX.libxml2} CONFIGURE_ARGS+= --with-html-dir=${PREFIX}/share/doc/html +CONFIGURE_ARGS+= --without-python .include "../../textproc/libxml2/buildlink2.mk" .include "../../lang/perl5/buildlink2.mk" |