diff options
author | jlam <jlam> | 2001-10-01 03:07:21 +0000 |
---|---|---|
committer | jlam <jlam> | 2001-10-01 03:07:21 +0000 |
commit | 50cfe07d908647912feec5af9883c547b9ba3d54 (patch) | |
tree | 5662fcc716b85e8e4bc9e39607619029e402ea6c /textproc/expat/Makefile | |
parent | 913eb454cc96ad53b3b096bd614a2ed61cad853f (diff) | |
download | pkgsrc-50cfe07d908647912feec5af9883c547b9ba3d54.tar.gz |
Mark as USE_BUILDLINK_ONLY as this package is strongly-buildlinked.
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 |