summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormarkd <markd>2002-10-01 13:37:07 +0000
committermarkd <markd>2002-10-01 13:37:07 +0000
commitd7615b3306fdafaa9a165b10278b3810326578dd (patch)
tree52697ab1920853f056ef2cb1f4238753b9a7ad7a
parent1238c2be44c0179c478c4a31d75242571413e0d9 (diff)
downloadpkgsrc-d7615b3306fdafaa9a165b10278b3810326578dd.tar.gz
Be explicit about no python.
-rw-r--r--textproc/libxslt/Makefile3
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"