diff options
Diffstat (limited to 'textproc/xalan-c/Makefile')
-rw-r--r-- | textproc/xalan-c/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/xalan-c/Makefile b/textproc/xalan-c/Makefile index 3a185389075..208622dd3be 100644 --- a/textproc/xalan-c/Makefile +++ b/textproc/xalan-c/Makefile @@ -1,8 +1,9 @@ -# $NetBSD: Makefile,v 1.3 2001/04/19 20:02:32 manu Exp $ +# $NetBSD: Makefile,v 1.4 2003/03/29 12:42:42 jmmv Exp $ # DISTNAME= Xalan-C_1_0-linux PKGNAME= xalan-c-1.0 +WRKSRC= ${WRKDIR}/xml-xalan/c/src CATEGORIES= textproc MASTER_SITES= http://xml.apache.org/dist/xalan-c/ @@ -13,7 +14,6 @@ COMMENT= the Apache Project's XSLT implementation DEPENDS+= icu>=1.7:../../textproc/icu DEPENDS+= xerces-c-1.3.*:../../textproc/xerces-c -WRKSRC= ${WRKDIR}/xml-xalan/c/src GNU_CONFIGURE= YES USE_GMAKE= YES |