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