diff options
author | Beech Rintoul <beech@FreeBSD.org> | 2008-03-20 18:07:47 +0000 |
---|---|---|
committer | Beech Rintoul <beech@FreeBSD.org> | 2008-03-20 18:07:47 +0000 |
commit | 20616ae402a9814496b66a4bf1a104be3f4f9e80 (patch) | |
tree | e920c856cfb3452eb89ba2ebbfce1da10a5f3542 /games/BillardGL | |
parent | 7edf259ca49a52840561f6b7062a7898c786bb53 (diff) |
- Fix USE_GL
- Use SF macro
- Bump portrevision
Submitted by: Chess Griffin <chess@chessgriffin.com>
Notes
Notes:
svn path=/head/; revision=209468
Diffstat (limited to 'games/BillardGL')
-rw-r--r-- | games/BillardGL/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/games/BillardGL/Makefile b/games/BillardGL/Makefile index f866d9a9a9b5..40f4c533eab4 100644 --- a/games/BillardGL/Makefile +++ b/games/BillardGL/Makefile @@ -7,9 +7,9 @@ PORTNAME= BillardGL PORTVERSION= 1.75 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= games -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITES= SF MASTER_SITE_SUBDIR= billardgl MAINTAINER= ports@FreeBSD.org @@ -20,8 +20,7 @@ LIB_DEPENDS= glut.4:${PORTSDIR}/graphics/libglut WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}/src USE_GMAKE= yes -USE_X_PREFIX= yes -USE_GL= yes +USE_GL= gl post-patch: @${REINPLACE_CMD} -e 's|%%PORTNAME%%|${PORTNAME}|; \ |