diff options
author | Koop Mast <kwm@FreeBSD.org> | 2012-08-04 22:52:02 +0000 |
---|---|---|
committer | Koop Mast <kwm@FreeBSD.org> | 2012-08-04 22:52:02 +0000 |
commit | 5aa7246575084f0aefcffe71d7305d0b36b2ed33 (patch) | |
tree | a3b9f3e6c4e41379a4ad771026302ecf0ad0ae1b /games/cake/Makefile | |
parent | 2d4609c1309d60a953f0d9a6be96d373ca6ccfc6 (diff) | |
download | ports-5aa7246575084f0aefcffe71d7305d0b36b2ed33.tar.gz ports-5aa7246575084f0aefcffe71d7305d0b36b2ed33.zip |
Notes
Diffstat (limited to 'games/cake/Makefile')
-rw-r--r-- | games/cake/Makefile | 13 |
1 files changed, 3 insertions, 10 deletions
diff --git a/games/cake/Makefile b/games/cake/Makefile index 841a396dbb9c..3e8df7182280 100644 --- a/games/cake/Makefile +++ b/games/cake/Makefile @@ -7,7 +7,7 @@ PORTNAME= cake PORTVERSION= 2005.12.26 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= games MASTER_SITES= http://www.calodox.scene.org/morbac/cake/download/ \ ${MASTER_SITE_LOCAL} http://freebsd.nsu.ru/distfiles/ @@ -29,15 +29,8 @@ WRKSRC= ${WRKDIR}/cake_src PLIST_FILES= bin/cake -OPTIONS= FREEGLUT "Build with alternative GLUT library, FreeGLUT" off - -.include <bsd.port.pre.mk> - -.if defined(WITH_FREEGLUT) -LIB_DEPENDS= glut.12:${PORTSDIR}/graphics/freeglut -.else +USE_XORG= x11 xext xmu xt xi sm ice USE_GL= glut -.endif LIB_DEPENDS+= jpeg.11:${PORTSDIR}/graphics/jpeg post-patch: .SILENT @@ -60,4 +53,4 @@ post-install: @${CAT} ${PKGMESSAGE} @${ECHO_MSG} -.include <bsd.port.post.mk> +.include <bsd.port.mk> |