summaryrefslogtreecommitdiff
path: root/graphics/fxtv
diff options
context:
space:
mode:
authorkim <kim>2000-05-14 20:04:13 +0000
committerkim <kim>2000-05-14 20:04:13 +0000
commit95b54801e674a035c35f93daca6090f79c32c220 (patch)
tree7b2522b400f810df928454f5fb0c10b5a39c61e8 /graphics/fxtv
parentd1b6621c77cce45e05d7e193749f402a84ffc597 (diff)
downloadpkgsrc-95b54801e674a035c35f93daca6090f79c32c220.tar.gz
Add comment about needing Xaw3d.
Diffstat (limited to 'graphics/fxtv')
-rw-r--r--graphics/fxtv/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/graphics/fxtv/Makefile b/graphics/fxtv/Makefile
index 7434f0ae1d6..15827abbcba 100644
--- a/graphics/fxtv/Makefile
+++ b/graphics/fxtv/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2000/05/09 08:32:09 tron Exp $
+# $NetBSD: Makefile,v 1.4 2000/05/14 20:04:13 kim Exp $
DISTNAME= fxtv-1.02
CATEGORIES= graphics
@@ -20,6 +20,10 @@ USE_X11BASE= yes
.include "../../mk/bsd.prefs.mk"
XAW_TYPE?= 3d
+
+# The purpose of this check is to make sure that there is a "Xaw3d"
+# compatible widget set installed because normal "Xaw" won't work.
+
.if (${XAW_TYPE} == standard)
DEPENDS+= Xaw3d-1.5:../../x11/Xaw3d
.endif