diff options
author | ghen <ghen@pkgsrc.org> | 2006-01-05 10:08:58 +0000 |
---|---|---|
committer | ghen <ghen@pkgsrc.org> | 2006-01-05 10:08:58 +0000 |
commit | 455345bb5b70f1c8716c2a55969632ca721ea0c7 (patch) | |
tree | b345d1e84fd4fee52138fac9f81a99f3b853ec00 /graphics/TiffIO/Makefile | |
parent | ca8c5cb5f8681f4261eefcbe64c2e550f117973c (diff) | |
download | pkgsrc-455345bb5b70f1c8716c2a55969632ca721ea0c7.tar.gz |
Change the default for BUILDLINK_DEPMETHOD.qt3-tools from "full" to "build",
without affecting packages that are currently using it.
Packages which previously didn't set BUILDLINK_DEPMETHOD to neither "full" nor
"build" now set it to "full", but should be checked whether they really need it
(comment added). Packages which previously set it to "build" now don't set it
anymore.
Ok by jlam, wiz.
Diffstat (limited to 'graphics/TiffIO/Makefile')
-rw-r--r-- | graphics/TiffIO/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/graphics/TiffIO/Makefile b/graphics/TiffIO/Makefile index 013622aefc1..7e453594ff4 100644 --- a/graphics/TiffIO/Makefile +++ b/graphics/TiffIO/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2005/12/09 15:47:34 gdt Exp $ +# $NetBSD: Makefile,v 1.2 2006/01/05 10:08:59 ghen Exp $ # DISTNAME= TiffIO-110c @@ -11,9 +11,6 @@ MAINTAINER= gdt@ir.bbn.com HOMEPAGE= http://artis.imag.fr/Software/TiffIO/ COMMENT= Tiff support for QT image loader -# We need qmake to build package's Makefile -BUILDLINK_DEPMETHOD.qt3-tools= build - USE_TOOLS+= gmake USE_LANGUAGES= c c++ |