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 /games/fkiss | |
parent | 31d85191120530e0d6edac7fe7f7313610975eed (diff) | |
download | ports-44c0cfa3f86ab84a892354e88dbdb0f381847387.tar.gz ports-44c0cfa3f86ab84a892354e88dbdb0f381847387.zip |
Notes
Diffstat (limited to 'games/fkiss')
-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 |