diff options
author | jlam <jlam> | 2001-06-20 07:28:09 +0000 |
---|---|---|
committer | jlam <jlam> | 2001-06-20 07:28:09 +0000 |
commit | eaeecb377de756a146db8f783b069da5d58806c8 (patch) | |
tree | 5c23aa8b53423e9a26210e1d14b7f7e81ffb2bf6 /converters | |
parent | 47b571a9e0bd782928cb7223b06ef21d4118b328 (diff) | |
download | pkgsrc-eaeecb377de756a146db8f783b069da5d58806c8.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 |