diff options
author | Christian Weisgerber <naddy@FreeBSD.org> | 2009-07-06 21:25:59 +0000 |
---|---|---|
committer | Christian Weisgerber <naddy@FreeBSD.org> | 2009-07-06 21:25:59 +0000 |
commit | 94d47b2ecd581b68ef0e363f9ff1145074acc0a0 (patch) | |
tree | 237d3a327976b01fb3b1ba117cdb3fbf5c71466e /games/vegastrike | |
parent | 033d15101864d3cf997968dd46cfc5226fd903fd (diff) | |
download | ports-94d47b2ecd581b68ef0e363f9ff1145074acc0a0.tar.gz ports-94d47b2ecd581b68ef0e363f9ff1145074acc0a0.zip |
Notes
Diffstat (limited to 'games/vegastrike')
-rw-r--r-- | games/vegastrike/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/vegastrike/Makefile b/games/vegastrike/Makefile index 63fe2fa60428..73a1aed03a20 100644 --- a/games/vegastrike/Makefile +++ b/games/vegastrike/Makefile @@ -7,7 +7,7 @@ PORTNAME= vegastrike PORTVERSION= 0.5.0 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= games MASTER_SITES= SF DISTNAME= vegastrike-source-${PORTVERSION} @@ -19,7 +19,7 @@ RUN_DEPENDS= ${DATADIR}/vegastrike.ico:${PORTSDIR}/games/vegastrike-data LIB_DEPENDS= expat.6:${PORTSDIR}/textproc/expat2 \ openal.0:${PORTSDIR}/audio/openal \ vorbis.4:${PORTSDIR}/audio/libvorbis \ - ogg.5:${PORTSDIR}/audio/libogg + ogg.6:${PORTSDIR}/audio/libogg USE_BZIP2= yes GNU_CONFIGURE= yes |