diff options
author | jlam <jlam@pkgsrc.org> | 2001-06-20 07:28:09 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2001-06-20 07:28:09 +0000 |
commit | ec8a22e48b8c1c4dff40e4b6f7809d32c033e24b (patch) | |
tree | 5c23aa8b53423e9a26210e1d14b7f7e81ffb2bf6 /converters | |
parent | 4bf4ba50273ff24cc1a910fd5628d3a37342f349 (diff) | |
download | pkgsrc-ec8a22e48b8c1c4dff40e4b6f7809d32c033e24b.tar.gz |
Mark as USE_BUILDLINK_ONLY.
Diffstat (limited to 'converters')
-rw-r--r-- | converters/libiconv/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/converters/libiconv/Makefile b/converters/libiconv/Makefile index 0370f75119b..61519c1bde8 100644 --- a/converters/libiconv/Makefile +++ b/converters/libiconv/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2001/05/14 12:14:47 rh Exp $ +# $NetBSD: Makefile,v 1.5 2001/06/20 07:28:09 jlam Exp $ # DISTNAME= libiconv-1.6.1 @@ -9,6 +9,7 @@ MAINTAINER= rh@netbsd.org HOMEPAGE= http://clisp.cons.org/~haible/packages-libiconv.html COMMENT= character set conversion library +USE_BUILDLINK_ONLY= YES GNU_CONFIGURE= YES USE_GMAKE= YES USE_LIBTOOL= YES |