diff options
Diffstat (limited to 'games')
-rw-r--r-- | games/xrot/Makefile | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/games/xrot/Makefile b/games/xrot/Makefile index a39b28bf688c..e44f42c502a3 100644 --- a/games/xrot/Makefile +++ b/games/xrot/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: xrot -# Date created: Apr 2, 2001 -# Whom: Mark Pulford <mark@kyne.com.au> -# +# Created by: Mark Pulford <mark@kyne.com.au> # $FreeBSD$ -# PORTNAME= xrot PORTVERSION= 1.3.2 @@ -18,13 +14,14 @@ MASTER_SITES= http://hanzubon.jp/mirrors/Vine/%SUBDIR%/ \ MASTER_SITE_SUBDIR= VinePlus/1.1/JG-0.9.1/sources MAINTAINER= ports@FreeBSD.org -COMMENT= A falling ball puzzle game for X +COMMENT= Falling ball puzzle game for X WRKSRC= ${WRKDIR}/xrot USE_IMAKE= yes USE_XORG= xpm ALL_TARGET= xrot +CFLAGS+= -Wno-return-type PLIST_FILES= bin/xrot |