diff options
author | Florent Thoumie <flz@FreeBSD.org> | 2009-01-23 16:28:36 +0000 |
---|---|---|
committer | Florent Thoumie <flz@FreeBSD.org> | 2009-01-23 16:28:36 +0000 |
commit | 340b57f8beb786be8990652b17d2e45f182346e6 (patch) | |
tree | c3e6d8718763fb6c4df9ddb40d2544e7ceccaccd /games/airrox | |
parent | 66a81c62b92aa3373e54dc3b68238b43561f244f (diff) | |
download | ports-340b57f8beb786be8990652b17d2e45f182346e6.tar.gz ports-340b57f8beb786be8990652b17d2e45f182346e6.zip |
Notes
Diffstat (limited to 'games/airrox')
-rw-r--r-- | games/airrox/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/games/airrox/Makefile b/games/airrox/Makefile index 8cb0d9b49dda..80e3d3afe5b3 100644 --- a/games/airrox/Makefile +++ b/games/airrox/Makefile @@ -7,7 +7,7 @@ PORTNAME= airrox PORTVERSION= 0.0.4 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= games MASTER_SITES= SF DISTNAME= ${PORTNAME}-0.04 @@ -15,11 +15,9 @@ DISTNAME= ${PORTNAME}-0.04 MAINTAINER= alepulver@FreeBSD.org COMMENT= An 3D Air Hockey, which uses SDL & OpenGL -LIB_DEPENDS= glut.4:${PORTSDIR}/graphics/libglut - USE_GMAKE= yes USE_SDL= mixer net sdl -USE_GL= yes +USE_GL= glut REINPLACE_ARGS= -i '' ALL_TARGET= linux WRKSRC= ${WRKDIR}/${PORTNAME}/source |