diff options
author | grant <grant> | 2004-03-06 11:44:59 +0000 |
---|---|---|
committer | grant <grant> | 2004-03-06 11:44:59 +0000 |
commit | 63060c1969ff9c8989b404c1000627ecf1a6f10b (patch) | |
tree | 2b6f46da42a1cb48ef483f1f3c22d3f8e70860e3 /textproc/sablotron | |
parent | 06171399360f0de18186ec819a1a5c5964252d46 (diff) | |
download | pkgsrc-63060c1969ff9c8989b404c1000627ecf1a6f10b.tar.gz |
replace USE_GCC_SHLIB with USE_LANGUAGES=c c++.
Diffstat (limited to 'textproc/sablotron')
-rw-r--r-- | textproc/sablotron/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/sablotron/Makefile b/textproc/sablotron/Makefile index 49395aea02e..91a1933dc57 100644 --- a/textproc/sablotron/Makefile +++ b/textproc/sablotron/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.26 2004/02/18 13:33:41 jlam Exp $ +# $NetBSD: Makefile,v 1.27 2004/03/06 11:44:59 grant Exp $ DISTNAME= Sablot-1.0.1 PKGNAME= ${DISTNAME:S/Sablot/sablotron/} @@ -12,9 +12,9 @@ COMMENT= XML toolkit implementing XSLT, DOM, and XPath BUILD_DEPENDS+= p5-XML-Parser-[0-9]*:../../textproc/p5-XML-Parser USE_BUILDLINK2= YES -USE_GCC_SHLIB= YES GNU_CONFIGURE= YES USE_GNU_TOOLS+= make +USE_LANGUAGES= c c++ USE_LIBTOOL= YES # sablotron needs iconv but assumes it is in libc, so add what |