diff options
author | Steve Price <steve@FreeBSD.org> | 1999-06-22 16:37:26 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 1999-06-22 16:37:26 +0000 |
commit | 44c0cfa3f86ab84a892354e88dbdb0f381847387 (patch) | |
tree | e7aa4593d7a72285c4c6787f735fd7f0d27804e0 | |
parent | This port contains i386 binaries. (diff) |
We don't have sound support on the Alpha yet.
Notes
Notes:
svn path=/head/; revision=19647
-rw-r--r-- | games/fkiss/Makefile | 4 | ||||
-rw-r--r-- | graphics/fxtv/Makefile | 4 | ||||
-rw-r--r-- | multimedia/fxtv/Makefile | 4 |
3 files changed, 9 insertions, 3 deletions
diff --git a/games/fkiss/Makefile b/games/fkiss/Makefile index 04f8d618d03f..7b3db8c5426d 100644 --- a/games/fkiss/Makefile +++ b/games/fkiss/Makefile @@ -3,7 +3,7 @@ # Date created: 31 Oct 1998 # Whom: Seiichirou Hiraoka # -# $Id: Makefile,v 1.3 1998/11/18 09:29:47 flathill Exp $ +# $Id: Makefile,v 1.4 1998/11/22 03:37:25 flathill Exp $ # DISTNAME= fkiss028 @@ -15,6 +15,8 @@ MAINTAINER= flathill@FreeBSD.ORG RUN_DEPENDS= lha:${PORTSDIR}/archivers/lha +NOT_FOR_ARCHS= alpha + WRKSRC= ${WRKDIR}/fkiss USE_IMAKE= yes MAN1= fkiss.1 diff --git a/graphics/fxtv/Makefile b/graphics/fxtv/Makefile index f58255088a77..ad97224ef8a9 100644 --- a/graphics/fxtv/Makefile +++ b/graphics/fxtv/Makefile @@ -3,7 +3,7 @@ # Date created: Sun Sep 7 17:55:07 EDT 1997 # Whom: Randall Hopper <aa8vb@ipass.net> # -# $Id: Makefile,v 1.16 1999/02/12 15:25:47 roger Exp $ +# $Id: Makefile,v 1.17 1999/03/16 14:01:06 roger Exp $ # DISTNAME= fxtv-0.48 @@ -17,6 +17,8 @@ LIB_DEPENDS= tiff.4:${PORTSDIR}/graphics/tiff34 \ Xaw3d.6:${PORTSDIR}/x11-toolkits/Xaw3d \ Xpm.4:${PORTSDIR}/graphics/xpm +NOT_FOR_ARCHS= alpha + # This program does not actually require the programs below, but they are # needed if you use digital video recording and playback. #RUN_DEPENDS= sox:${PORTSDIR}/audio/sox \ diff --git a/multimedia/fxtv/Makefile b/multimedia/fxtv/Makefile index f58255088a77..ad97224ef8a9 100644 --- a/multimedia/fxtv/Makefile +++ b/multimedia/fxtv/Makefile @@ -3,7 +3,7 @@ # Date created: Sun Sep 7 17:55:07 EDT 1997 # Whom: Randall Hopper <aa8vb@ipass.net> # -# $Id: Makefile,v 1.16 1999/02/12 15:25:47 roger Exp $ +# $Id: Makefile,v 1.17 1999/03/16 14:01:06 roger Exp $ # DISTNAME= fxtv-0.48 @@ -17,6 +17,8 @@ LIB_DEPENDS= tiff.4:${PORTSDIR}/graphics/tiff34 \ Xaw3d.6:${PORTSDIR}/x11-toolkits/Xaw3d \ Xpm.4:${PORTSDIR}/graphics/xpm +NOT_FOR_ARCHS= alpha + # This program does not actually require the programs below, but they are # needed if you use digital video recording and playback. #RUN_DEPENDS= sox:${PORTSDIR}/audio/sox \ |