summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjschauma <jschauma>2005-02-17 17:54:12 +0000
committerjschauma <jschauma>2005-02-17 17:54:12 +0000
commit54fd0944fea69d8fff9c3ec9202653c8537eb0de (patch)
treea085eff66bceccedf48520faf8405dffb088e3a3
parent983fdd364b8529aadb76a5d2f9e7e76602304946 (diff)
downloadpkgsrc-54fd0944fea69d8fff9c3ec9202653c8537eb0de.tar.gz
This package really wants wish, too, so depend on tk.
-rw-r--r--graphics/radiance/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/radiance/Makefile b/graphics/radiance/Makefile
index ec2e72922d5..5d135e719f6 100644
--- a/graphics/radiance/Makefile
+++ b/graphics/radiance/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2005/02/17 00:38:37 jschauma Exp $
+# $NetBSD: Makefile,v 1.4 2005/02/17 17:54:12 jschauma Exp $
#
DISTNAME= rad3R6P1
@@ -78,4 +78,5 @@ do-install:
${INSTALL_DATA} ${WRKSRC}/doc/ray.html ${PREFIX}/share/doc/radiance/index.html
.include "../../graphics/tiff/buildlink3.mk"
+.include "../../x11/tk/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"