diff options
author | kim <kim@pkgsrc.org> | 2000-05-14 20:04:13 +0000 |
---|---|---|
committer | kim <kim@pkgsrc.org> | 2000-05-14 20:04:13 +0000 |
commit | 7cbaf02221522b35b9d20c845079bb8927990556 (patch) | |
tree | 7b2522b400f810df928454f5fb0c10b5a39c61e8 /graphics/fxtv/Makefile | |
parent | 6576474a85836a7346732872afb5ade261f53a81 (diff) | |
download | pkgsrc-7cbaf02221522b35b9d20c845079bb8927990556.tar.gz |
Add comment about needing Xaw3d.
Diffstat (limited to 'graphics/fxtv/Makefile')
-rw-r--r-- | graphics/fxtv/Makefile | 6 |
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 |