summaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
Diffstat (limited to 'graphics')
-rw-r--r--graphics/TiffIO/Makefile5
-rw-r--r--graphics/f4l/Makefile6
-rw-r--r--graphics/lprof/Makefile4
-rw-r--r--graphics/veusz/Makefile6
4 files changed, 12 insertions, 9 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++
diff --git a/graphics/f4l/Makefile b/graphics/f4l/Makefile
index 21021b97485..11f3a755224 100644
--- a/graphics/f4l/Makefile
+++ b/graphics/f4l/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2005/11/20 16:58:12 xtraeme Exp $
+# $NetBSD: Makefile,v 1.2 2006/01/05 10:08:59 ghen Exp $
#
DISTNAME= f4l-0.2
@@ -20,4 +20,8 @@ do-install:
${INSTALL_PROGRAM} ${WRKSRC}/bin/f4l ${PREFIX}/bin
.include "../../x11/qt3-tools/buildlink3.mk"
+# XXX Please verify whether qt3-tools is really needed at run-time.
+# If it is, then remove this comment. If it is not, then remove
+# this comment and the line below, and bump PKGREVISION.
+BUILDLINK_DEPMETHOD.qt3-tools= full
.include "../../mk/bsd.pkg.mk"
diff --git a/graphics/lprof/Makefile b/graphics/lprof/Makefile
index 5f677c74e30..e863b1fc57c 100644
--- a/graphics/lprof/Makefile
+++ b/graphics/lprof/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2005/12/05 20:50:21 rillig Exp $
+# $NetBSD: Makefile,v 1.9 2006/01/05 10:08:59 ghen Exp $
#
DISTNAME= lprof-1.10.1
@@ -15,8 +15,6 @@ USE_TOOLS+= gmake
MAKE_ENV+= BASEDIR=${PREFIX:Q} QTDIR=${PREFIX}/qt3
MAKE_ENV+= LDFLAGS=${LDFLAGS:M*:Q}
-BUILDLINK_DEPMETHOD.qt3-tools= build
-
.include "../../x11/qt3-libs/buildlink3.mk"
.include "../../x11/qt3-tools/buildlink3.mk"
.include "../../graphics/lcms/buildlink3.mk"
diff --git a/graphics/veusz/Makefile b/graphics/veusz/Makefile
index 8e93242897a..d85baca3474 100644
--- a/graphics/veusz/Makefile
+++ b/graphics/veusz/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2005/10/21 15:03:01 drochner Exp $
+# $NetBSD: Makefile,v 1.2 2006/01/05 10:08:59 ghen Exp $
#
DISTNAME= veusz-0.8
@@ -15,5 +15,9 @@ PYDISTUTILSPKG= yes
.include "../../lang/python/extension.mk"
.include "../../x11/py-qt3-base/buildlink3.mk"
.include "../../x11/py-qt3-modules/buildlink3.mk"
+# XXX Please verify whether qt3-tools is really needed at run-time.
+# If it is, then remove this comment. If it is not, then remove
+# this comment and the line below, and bump PKGREVISION.
+BUILDLINK_DEPMETHOD.qt3-tools= full
.include "../../math/py-numarray/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"