diff options
author | jlam <jlam@pkgsrc.org> | 2001-06-19 04:00:48 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2001-06-19 04:00:48 +0000 |
commit | 8f1a1450aeb7a2338b13cbdcafb38b0e9df317d9 (patch) | |
tree | 84f94c2ebbe1176ca3db4c3d3c47ae9c49aae716 /graphics | |
parent | 901a35882d02cec957f080967333f042e0a1f9e7 (diff) | |
download | pkgsrc-8f1a1450aeb7a2338b13cbdcafb38b0e9df317d9.tar.gz |
Mark as USE_BUILDLINK_ONLY.
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/jpeg/Makefile | 3 | ||||
-rw-r--r-- | graphics/libungif/Makefile | 4 | ||||
-rw-r--r-- | graphics/png/Makefile | 4 |
3 files changed, 8 insertions, 3 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 diff --git a/graphics/libungif/Makefile b/graphics/libungif/Makefile index aa2f509f994..8da892cc2c1 100644 --- a/graphics/libungif/Makefile +++ b/graphics/libungif/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2001/06/16 19:50:17 jlam Exp $ +# $NetBSD: Makefile,v 1.16 2001/06/19 04:08:42 jlam Exp $ # DISTNAME= libungif-4.1.0 @@ -17,6 +17,8 @@ LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig GNU_CONFIGURE= # defined CONFIGURE_ARGS= --without-x +USE_BUILDLINK_ONLY= # defined + DOCDIR= ${PREFIX}/share/doc/libungif HTMLDIR= ${PREFIX}/share/doc/html/libungif diff --git a/graphics/png/Makefile b/graphics/png/Makefile index 35e556ce833..649954eabb0 100644 --- a/graphics/png/Makefile +++ b/graphics/png/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.35 2001/06/11 02:05:11 jlam Exp $ +# $NetBSD: Makefile,v 1.36 2001/06/19 04:03:42 jlam Exp $ # On update, don't forget to increase shared library major/minor's in # accordance with changes (patch-aa). @@ -19,6 +19,8 @@ USE_LIBTOOL= yes MAKEFILE= scripts/makefile.std MAKE_ENV+= REALCC="${CC}" +USE_BUILDLINK_ONLY= yes + .include "../../devel/zlib/buildlink.mk" post-install: |