diff options
author | Sergey A. Osokin <osa@FreeBSD.org> | 2003-07-18 17:00:48 +0000 |
---|---|---|
committer | Sergey A. Osokin <osa@FreeBSD.org> | 2003-07-18 17:00:48 +0000 |
commit | 0b50a757e52f47c25d023005938c29eb7cb72093 (patch) | |
tree | 41703f55968226a0e207acbe4f81b6decc7574e9 /games/battleball/Makefile | |
parent | aea682c33136a59e504f41b61b37bf4355971315 (diff) |
Notes
Diffstat (limited to 'games/battleball/Makefile')
-rw-r--r-- | games/battleball/Makefile | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/games/battleball/Makefile b/games/battleball/Makefile index e53db21910ff..2b1daf2735ae 100644 --- a/games/battleball/Makefile +++ b/games/battleball/Makefile @@ -9,7 +9,6 @@ PORTNAME= battleball PORTVERSION= 2.1 CATEGORIES= games MASTER_SITES= http://home.austin.rr.com/pah/ - DISTNAME= ${PORTNAME}.${PORTVERSION:S/.//}.src MAINTAINER= ports@FreeBSD.org @@ -20,12 +19,7 @@ USE_MESA= yes WRKSRC= ${WRKDIR}/battleball-2.1-src MAKE_ENV= PTHREAD_LIBS="${PTHREAD_LIBS}" \ PTHREAD_CFLAGS="${PTHREAD_CFLAGS}" - -.include <bsd.port.pre.mk> - -.if ${OSVERSION} >= 500113 -BROKEN= "Does not compile (bad C++ code)" -.endif +CFLAGS+= -Wno-deprecated do-install: @ ${INSTALL_PROGRAM} ${WRKSRC}/battleball ${PREFIX}/bin @@ -38,4 +32,4 @@ post-install: .endfor .endif -.include <bsd.port.post.mk> +.include <bsd.port.mk> |