diff options
author | jlam <jlam> | 2001-06-19 04:00:48 +0000 |
---|---|---|
committer | jlam <jlam> | 2001-06-19 04:00:48 +0000 |
commit | 6ae59119d158cf7f25a5606bd564bea08818a59c (patch) | |
tree | 84f94c2ebbe1176ca3db4c3d3c47ae9c49aae716 /graphics/jpeg | |
parent | 61b1bfee4f8b0e93eae45c7db348b07e6978dfd6 (diff) | |
download | pkgsrc-6ae59119d158cf7f25a5606bd564bea08818a59c.tar.gz |
Mark as USE_BUILDLINK_ONLY.
Diffstat (limited to 'graphics/jpeg')
-rw-r--r-- | graphics/jpeg/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/jpeg/Makefile b/graphics/jpeg/Makefile index a77590d30c6..e033184ab5e 100644 --- a/graphics/jpeg/Makefile +++ b/graphics/jpeg/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 2001/02/16 15:22:25 wiz Exp $ +# $NetBSD: Makefile,v 1.18 2001/06/19 04:02:57 jlam Exp $ # DISTNAME= jpegsrc.v6b @@ -14,6 +14,7 @@ COMMENT= IJG's jpeg compression utilities USE_LIBTOOL= yes LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig +USE_BUILDLINK_ONLY= yes GNU_CONFIGURE= yes CONFIGURE_ARGS+= --enable-shared CONFIGURE_ARGS+= --enable-static |