summaryrefslogtreecommitdiff
path: root/textproc
diff options
context:
space:
mode:
authorkim <kim@pkgsrc.org>2003-10-16 13:15:23 +0000
committerkim <kim@pkgsrc.org>2003-10-16 13:15:23 +0000
commit7323e3db1232926240fae0df4ed109ef6d90144e (patch)
tree7f7f2f239b48b7f3f41b1e1fe4625ab12d7f9eeb /textproc
parenta568442eba1178e540355124df3bd362f022033c (diff)
downloadpkgsrc-7323e3db1232926240fae0df4ed109ef6d90144e.tar.gz
Back out previous -- need for threads was caused by old libxml2, and
textproc/libxml2/buildlink2.mk not requiring a recent enough version.
Diffstat (limited to 'textproc')
-rw-r--r--textproc/libxslt/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/textproc/libxslt/Makefile b/textproc/libxslt/Makefile
index 292f70d6571..4e755a6e38d 100644
--- a/textproc/libxslt/Makefile
+++ b/textproc/libxslt/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.27 2003/10/16 04:23:29 kim Exp $
+# $NetBSD: Makefile,v 1.28 2003/10/16 13:15:23 kim Exp $
DISTNAME= libxslt-1.0.33
PKGNAME= ${DISTNAME}
@@ -15,7 +15,6 @@ USE_GMAKE= yes
USE_LIBTOOL= yes
LIBTOOL_OVERRIDE= ${WRKSRC}/libtool
PKGCONFIG_OVERRIDE= ${WRKSRC}/libxslt.pc.in
-PTHREAD_OPTS+= require
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --with-libxml-prefix=${BUILDLINK_PREFIX.libxml2}
@@ -26,5 +25,4 @@ TEST_TARGET= check
.include "../../textproc/libxml2/buildlink2.mk"
.include "../../lang/perl5/buildlink2.mk"
-.include "../../mk/pthread.buildlink2.mk"
.include "../../mk/bsd.pkg.mk"