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/xdeblock | |
parent | 61f946e7e275076aae4e3ca1b700a5224bea3754 (diff) | |
download | ports-60ee3e9d02f6e650fac9c9818fc4e99a2b2908ff.tar.gz ports-60ee3e9d02f6e650fac9c9818fc4e99a2b2908ff.zip |
Notes
Diffstat (limited to 'games/xdeblock')
-rw-r--r-- | games/xdeblock/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/games/xdeblock/Makefile b/games/xdeblock/Makefile index dda16f331f1d..85f2136ac5f5 100644 --- a/games/xdeblock/Makefile +++ b/games/xdeblock/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: xdeblock -# Date created: 28 December 1996 -# Whom: Yukihiro Nakai <Nakai@Mlab.t.u-tokyo.ac.jp> -# +# Created by: Yukihiro Nakai <Nakai@Mlab.t.u-tokyo.ac.jp> # $FreeBSD$ -# PORTNAME= xdeblock PORTVERSION= 1.0 @@ -17,7 +13,7 @@ COMMENT= Block action game WRKSRC= ${WRKDIR}/xdeblo_v1.0 -USE_IMAKE= yes +USES= imake USE_XORG= xpm NO_INSTALL_MANPAGES= yes |