diff options
author | Alejandro Pulver <alepulver@FreeBSD.org> | 2009-07-28 21:39:51 +0000 |
---|---|---|
committer | Alejandro Pulver <alepulver@FreeBSD.org> | 2009-07-28 21:39:51 +0000 |
commit | 7cdce9bd93657127063a036d1a8dc84ef0bfa140 (patch) | |
tree | b2f03f845d8d9d2a491745f411c79515788be619 /games/evq3 | |
parent | - Update to version 3.3.5. (diff) |
- Remove unconditional vorbis dependency (now it is only enabled when
VORBIS option is selected).
Notes
Notes:
svn path=/head/; revision=238555
Diffstat (limited to 'games/evq3')
-rw-r--r-- | games/evq3/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/games/evq3/Makefile b/games/evq3/Makefile index 6d400ed71c09..bd6e393f81bb 100644 --- a/games/evq3/Makefile +++ b/games/evq3/Makefile @@ -18,8 +18,7 @@ EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} MAINTAINER= alepulver@FreeBSD.org COMMENT= The Marriage of XreaL and Icculus.org Q3 w/ Improvements -LIB_DEPENDS= freetype.9:${PORTSDIR}/print/freetype2 \ - vorbis.4:${PORTSDIR}/audio/libvorbis +LIB_DEPENDS= freetype.9:${PORTSDIR}/print/freetype2 USE_BZIP2= yes USE_DOS2UNIX= yes |