diff options
author | jlam <jlam> | 2001-08-23 19:19:40 +0000 |
---|---|---|
committer | jlam <jlam> | 2001-08-23 19:19:40 +0000 |
commit | 3a6b96cc5217ef480764f7effa518b7202f7d1db (patch) | |
tree | 74a8f3f47596553e19f2ec9531d49f53427fcac5 /graphics/fxtv | |
parent | 50e76dce4f73ea95e0cfcc1b214ba1ce60417303 (diff) | |
download | pkgsrc-3a6b96cc5217ef480764f7effa518b7202f7d1db.tar.gz |
Default to XAW_TYPE=3d as we need at least Xaw3d to compile.
Diffstat (limited to 'graphics/fxtv')
-rw-r--r-- | graphics/fxtv/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/fxtv/Makefile b/graphics/fxtv/Makefile index 05396fd250a..94433cf8ae0 100644 --- a/graphics/fxtv/Makefile +++ b/graphics/fxtv/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2001/08/23 04:26:53 jlam Exp $ +# $NetBSD: Makefile,v 1.16 2001/08/23 19:19:40 jlam Exp $ DISTNAME= fxtv-1.03 CATEGORIES= graphics @@ -14,6 +14,7 @@ ONLY_FOR_PLATFORM= NetBSD-1.[5-9]*-arm32 NetBSD-1.[5-9]*-atari \ USE_X11BASE= YES USE_GMAKE= YES +XAW_TYPE?= 3d .include "../../mk/bsd.prefs.mk" |