diff options
author | steve <steve@FreeBSD.org> | 1999-06-23 00:37:26 +0800 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 1999-06-23 00:37:26 +0800 |
commit | de9a9e3baabb1ac6935769fdf6296682648b17c2 (patch) | |
tree | 9c3a89b59ffbfefed9bbf4259168e7c05fc3ac51 /games | |
parent | 258a22ee861cdc967c75a0ccb207895f18c718c5 (diff) | |
download | freebsd-ports-gnome-de9a9e3baabb1ac6935769fdf6296682648b17c2.tar.gz freebsd-ports-gnome-de9a9e3baabb1ac6935769fdf6296682648b17c2.tar.zst freebsd-ports-gnome-de9a9e3baabb1ac6935769fdf6296682648b17c2.zip |
We don't have sound support on the Alpha yet.
Diffstat (limited to 'games')
-rw-r--r-- | games/fkiss/Makefile | 4 |
1 files changed, 3 insertions, 1 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 |