diff options
author | jlam <jlam> | 2001-06-19 04:32:29 +0000 |
---|---|---|
committer | jlam <jlam> | 2001-06-19 04:32:29 +0000 |
commit | dc1d9f63a008e31d89d0f34a014da772a318fbb5 (patch) | |
tree | 8afe4a736c907ed3aaa5a07ebe26ad1d0da5515b /textproc | |
parent | ab7f4d1d4ad9b127c335938452093ef50a2a4f07 (diff) | |
download | pkgsrc-dc1d9f63a008e31d89d0f34a014da772a318fbb5.tar.gz |
Mark as USE_BUILDLINK_ONLY.
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/libxml/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/textproc/libxml/Makefile b/textproc/libxml/Makefile index bf4095f5503..2738d4dd81c 100644 --- a/textproc/libxml/Makefile +++ b/textproc/libxml/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.18 2001/06/11 06:34:52 jlam Exp $ +# $NetBSD: Makefile,v 1.19 2001/06/19 04:38:58 jlam Exp $ # DISTNAME= libxml-1.8.13 @@ -10,6 +10,7 @@ MAINTAINER= rh@netbsd.org HOMEPAGE= http://xmlsoft.org/ COMMENT= XML parser, mainly used by the GNOME project +USE_BUILDLINK_ONLY= YES GNU_CONFIGURE= YES USE_LIBTOOL= YES |