diff options
author | grant <grant> | 2004-03-06 11:44:59 +0000 |
---|---|---|
committer | grant <grant> | 2004-03-06 11:44:59 +0000 |
commit | 3ef66825bd6cb5d68cf342163d57f422ea5168ee (patch) | |
tree | 2b6f46da42a1cb48ef483f1f3c22d3f8e70860e3 /textproc/sablotron/Makefile | |
parent | e8c81e4807a64a489e363dc9a85469a2a3f2d48d (diff) | |
download | pkgsrc-3ef66825bd6cb5d68cf342163d57f422ea5168ee.tar.gz |
replace USE_GCC_SHLIB with USE_LANGUAGES=c c++.
Diffstat (limited to 'textproc/sablotron/Makefile')
-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 |