diff options
Diffstat (limited to 'textproc/expat/Makefile')
-rw-r--r-- | textproc/expat/Makefile | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/textproc/expat/Makefile b/textproc/expat/Makefile index 301270b1b8e..7d4e245748f 100644 --- a/textproc/expat/Makefile +++ b/textproc/expat/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2001/08/07 11:16:55 drochner Exp $ +# $NetBSD: Makefile,v 1.4 2001/10/01 03:07:21 jlam Exp $ # DISTNAME= expat-1.95.2 @@ -9,10 +9,11 @@ MAINTAINER= drochner@netbsd.org HOMEPAGE= http://expat.sourceforge.net/ COMMENT= XML parser library written in C -GNU_CONFIGURE= YES -USE_LIBTOOL= yes +GNU_CONFIGURE= YES +USE_LIBTOOL= YES LTCONFIG_OVERRIDE= ${WRKSRC}/conftools/ltconfig -USE_GMAKE= yes +USE_GMAKE= YES +USE_BUILDLINK_ONLY= YES DOCDIR= ${PREFIX}/share/doc/html/expat |