diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2008-03-24 13:03:55 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2008-03-24 13:03:55 +0000 |
commit | 270a2cb06bac9deaa83a7bf518d24dd5290f1038 (patch) | |
tree | d906a1023121e31d8ba733cea9aaadba68454b16 /games/trigger | |
parent | cf39093e7bc1b82429c6b399fd5ba0c35dad1c06 (diff) | |
download | ports-270a2cb06bac9deaa83a7bf518d24dd5290f1038.tar.gz ports-270a2cb06bac9deaa83a7bf518d24dd5290f1038.zip |
Notes
Diffstat (limited to 'games/trigger')
-rw-r--r-- | games/trigger/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/games/trigger/Makefile b/games/trigger/Makefile index e053605d2681..788356b9267f 100644 --- a/games/trigger/Makefile +++ b/games/trigger/Makefile @@ -7,7 +7,7 @@ PORTNAME= trigger PORTVERSION= 0.5.2.1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= games MASTER_SITES= SF MASTER_SITE_SUBDIR=${PORTNAME}-rally @@ -22,7 +22,6 @@ LIB_DEPENDS= openal:${PORTSDIR}/audio/openal \ physfs:${PORTSDIR}/devel/physfs \ alut.1:${PORTSDIR}/audio/freealut -USE_XLIB= yes USE_SDL= sdl image USE_GL= yes USE_BZIP2= yes |