summaryrefslogtreecommitdiff
path: root/graphics/f4l
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/f4l')
-rw-r--r--graphics/f4l/Makefile6
1 files changed, 5 insertions, 1 deletions
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"