diff options
author | ehaupt <ehaupt@FreeBSD.org> | 2013-07-09 02:42:15 +0800 |
---|---|---|
committer | ehaupt <ehaupt@FreeBSD.org> | 2013-07-09 02:42:15 +0800 |
commit | 0c1de48bb71cc32a827a803661c1e9d966fb6ee7 (patch) | |
tree | 95c3e5e00266f9da92ed052b260dfa7698b52a62 /games/bloboats | |
parent | 05b7730841bb587ab5c9917e614ad30e7e799469 (diff) | |
download | freebsd-ports-gnome-0c1de48bb71cc32a827a803661c1e9d966fb6ee7.tar.gz freebsd-ports-gnome-0c1de48bb71cc32a827a803661c1e9d966fb6ee7.tar.zst freebsd-ports-gnome-0c1de48bb71cc32a827a803661c1e9d966fb6ee7.zip |
- Convert USE_GMAKE to USES=gmake
- Change pkgconfig:build to pkgconfig since it's the same and it's bad practice.
It accidentally slipped in during the original introduction
- Trim header
Diffstat (limited to 'games/bloboats')
-rw-r--r-- | games/bloboats/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/games/bloboats/Makefile b/games/bloboats/Makefile index 3f23fd9c0ce7..944c93c769a7 100644 --- a/games/bloboats/Makefile +++ b/games/bloboats/Makefile @@ -11,14 +11,11 @@ MASTER_SITES= http://mirror.kapsi.fi/bloboats.dy.fi/ \ MAINTAINER= ehaupt@FreeBSD.org COMMENT= Boat racing game in the spirit of Elasto Mania or X-Moto -USE_GMAKE= yes +USES= gmake USE_SDL= mixer image net sdl USE_GL= yes MAKE_JOBS_SAFE= yes MAKE_ENV+= DATADIR="${DATADIR}" -#post-patch: -# @${REINPLACE_CMD} -e 's|/usr/X11R6|${LOCALBASE}|g' ${WRKSRC}/Makefile - .include <bsd.port.mk> |