diff options
Diffstat (limited to 'graphics/fxtv')
-rw-r--r-- | graphics/fxtv/Makefile | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/graphics/fxtv/Makefile b/graphics/fxtv/Makefile index 0050ec3fa48..72b0268e1c8 100644 --- a/graphics/fxtv/Makefile +++ b/graphics/fxtv/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2000/05/07 20:34:13 tron Exp $ +# $NetBSD: Makefile,v 1.2 2000/05/09 08:30:49 tron Exp $ DISTNAME= fxtv-1.02 CATEGORIES= graphics @@ -13,6 +13,13 @@ DEPENDS+= xpm-3.4[j-z]:../../graphics/xpm ONLY_FOR_PLATFORM= NetBSD-1.4[Y-Z]-* NetBSD-1.[5-9]*-* +.include "../../mk/bsd.prefs.mk" + +XAW_TYPE?= 3d +.if (${XAW_TYPE} == standard) +DEPENDS+= Xaw3d-1.5:../../x11/Xaw3d +.endif + USE_GMAKE= yes USE_XAW= yes USE_X11BASE= yes |