diff options
author | jlam <jlam@pkgsrc.org> | 2001-10-01 03:07:21 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2001-10-01 03:07:21 +0000 |
commit | a6e91a2b32fe1507da422b3aa93afb457e2740c2 (patch) | |
tree | 5662fcc716b85e8e4bc9e39607619029e402ea6c /textproc/expat | |
parent | e938eb4eea8700ce5c14afc6b29e3dda4dfaddc9 (diff) | |
download | pkgsrc-a6e91a2b32fe1507da422b3aa93afb457e2740c2.tar.gz |
Mark as USE_BUILDLINK_ONLY as this package is strongly-buildlinked.
Diffstat (limited to 'textproc/expat')
-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 |