diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2010-01-25 19:15:18 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2010-01-25 19:15:18 +0000 |
commit | 14ac881764759575af0262836b114bc66a99657e (patch) | |
tree | a7e7d123112721b2a5babd136cee15a4432f25e5 /games/vamos | |
parent | e935b9c75650d661139f3fc8612780c824d7ce74 (diff) | |
download | ports-14ac881764759575af0262836b114bc66a99657e.tar.gz ports-14ac881764759575af0262836b114bc66a99657e.zip |
Notes
Diffstat (limited to 'games/vamos')
-rw-r--r-- | games/vamos/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/games/vamos/Makefile b/games/vamos/Makefile index 5ce3a7e4e0aa..7f60b9215ffe 100644 --- a/games/vamos/Makefile +++ b/games/vamos/Makefile @@ -7,16 +7,16 @@ PORTNAME= vamos PORTVERSION= 0.6.2 +PORTREVISION= 1 CATEGORIES= games MASTER_SITES= SF MAINTAINER= ports@FreeBSD.org COMMENT= An automotive simulation framework -LIB_DEPENDS= alut.1:${PORTSDIR}/audio/freealut \ - openal.0:${PORTSDIR}/audio/openal \ - png.5:${PORTSDIR}/graphics/png +LIB_DEPENDS= png.5:${PORTSDIR}/graphics/png +USE_OPENAL= al alut USE_GL= glut USE_SDL= sdl USE_GMAKE= yes |