diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2007-07-28 12:27:31 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2007-07-28 12:27:31 +0000 |
commit | 605b51623904901c5be12539309f2345d1751741 (patch) | |
tree | 698a951c5110d6765f602f134f00403efbe3a817 /games/evq3 | |
parent | 7a58a475e7bd926d065dab0f108b18a67af0906b (diff) | |
download | ports-605b51623904901c5be12539309f2345d1751741.tar.gz ports-605b51623904901c5be12539309f2345d1751741.zip |
Notes
Diffstat (limited to 'games/evq3')
-rw-r--r-- | games/evq3/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/evq3/Makefile b/games/evq3/Makefile index 8b350fb1bc09..69ba76a908a1 100644 --- a/games/evq3/Makefile +++ b/games/evq3/Makefile @@ -7,7 +7,7 @@ PORTNAME= evq3 PORTVERSION= 1.0a -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= games MASTER_SITES= http://evolution.quakedev.com/dev/final/ DISTNAME= ${PORTNAME}-final-src @@ -19,7 +19,7 @@ MAINTAINER= alepulver@FreeBSD.org COMMENT= The Marriage of XreaL and Icculus.org Q3 w/ Improvements LIB_DEPENDS= freetype.9:${PORTSDIR}/print/freetype2 \ - vorbis.3:${PORTSDIR}/audio/libvorbis + vorbis.4:${PORTSDIR}/audio/libvorbis USE_ZIP= yes USE_DOS2UNIX= yes |