diff options
author | Max Brazhnikov <makc@FreeBSD.org> | 2013-03-22 20:06:14 +0000 |
---|---|---|
committer | Max Brazhnikov <makc@FreeBSD.org> | 2013-03-22 20:06:14 +0000 |
commit | ffd97a0193e0238aa21bc32b570fd052292e0fe5 (patch) | |
tree | b368198f913179c06dafd19ac72527fcf9836f6d /games/blobby/Makefile | |
parent | - update to 1.0.0 (diff) |
- convert USE_CMAKE to USES
- while here clean up some ports from CMAKE_VERBOSE, which is intended
for users
Approved by: portmgr (miwi)
Notes
Notes:
svn path=/head/; revision=314960
Diffstat (limited to '')
-rw-r--r-- | games/blobby/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/blobby/Makefile b/games/blobby/Makefile index 36a7279c85b2..dcecc29e170f 100644 --- a/games/blobby/Makefile +++ b/games/blobby/Makefile @@ -24,7 +24,7 @@ BUILD_DEPENDS= zip:${PORTSDIR}/archivers/zip \ USE_XORG= ice x11 xext xxf86vm xdamage xfixes xau xdmcp xrandr xrender USE_SDL= sdl USE_GL= glu -USE_CMAKE= yes +USES= cmake CMAKE_ARGS+= -DDATADIR:PATH="${DATADIR}" WRKSRC= ${WRKDIR}/blobby-1.0rc1 |