diff options
author | alepulver <alepulver@FreeBSD.org> | 2009-07-29 05:39:51 +0800 |
---|---|---|
committer | alepulver <alepulver@FreeBSD.org> | 2009-07-29 05:39:51 +0800 |
commit | faa8a260a513e5bddc0d006d452808f1c014b43f (patch) | |
tree | 1f1be9e1d2b9e45438a85e53a4387fce8c5a3766 /games/evq3 | |
parent | 41914c02808bdeb9bc56c0f5cca4a9f3097b1ed2 (diff) | |
download | freebsd-ports-gnome-faa8a260a513e5bddc0d006d452808f1c014b43f.tar.gz freebsd-ports-gnome-faa8a260a513e5bddc0d006d452808f1c014b43f.tar.zst freebsd-ports-gnome-faa8a260a513e5bddc0d006d452808f1c014b43f.zip |
- Remove unconditional vorbis dependency (now it is only enabled when
VORBIS option is selected).
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 |