diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-06-28 21:48:59 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-06-28 21:48:59 +0000 |
commit | 60ee3e9d02f6e650fac9c9818fc4e99a2b2908ff (patch) | |
tree | 8d6ee945d0d1a6cf84e020a9a9014b8680d367eb /games/yamsweeper | |
parent | 61f946e7e275076aae4e3ca1b700a5224bea3754 (diff) |
Notes
Diffstat (limited to 'games/yamsweeper')
-rw-r--r-- | games/yamsweeper/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/games/yamsweeper/Makefile b/games/yamsweeper/Makefile index b16f57a18db8..eb4d4a436208 100644 --- a/games/yamsweeper/Makefile +++ b/games/yamsweeper/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: yamsweeper -# Date created: 14 Sep 1996 -# Whom: Hidekazu Kuroki <hidekazu@cs.titech.ac.jp> -# +# Created by: Hidekazu Kuroki <hidekazu@cs.titech.ac.jp> # $FreeBSD$ -# PORTNAME= yamsweeper PORTVERSION= 1.9 @@ -21,7 +17,7 @@ EXTRACT_SUFX= .taz MAINTAINER= ports@FreeBSD.org COMMENT= Yet Another Mine Sweeper -USE_IMAKE= yes +USES= imake USE_XORG= x11 xaw xext xmu xt xpm sm ice MAN1= yamsweeper.1 |