aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorMax Howell2009-12-17 16:15:41 +0000
committerMax Howell2009-12-17 16:15:41 +0000
commit42ef2eb59d3797f00541eea56f1f1714d32fbe40 (patch)
treebfa65945fd55cde10585e39be0b48481cfbc83bd /Library/Formula
parent52baed8ad544939a2837682fc4dcb41c3b60447f (diff)
downloadhomebrew-42ef2eb59d3797f00541eea56f1f1714d32fbe40.tar.bz2
Abuse depends on libvorbis and needs ENV.x11
The X11 dep is for libGL, the vorbis for at least the configure step.
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/abuse.rb3
1 files changed, 3 insertions, 0 deletions
diff --git a/Library/Formula/abuse.rb b/Library/Formula/abuse.rb
index 18ed40cef..a46a9c115 100644
--- a/Library/Formula/abuse.rb
+++ b/Library/Formula/abuse.rb
@@ -11,6 +11,7 @@ class Abuse <Formula
version 'trunk'
depends_on 'sdl'
+ depends_on 'libvorbis'
def patches
# * Add SDL.m4 to aclocal includes
@@ -27,6 +28,8 @@ END
end
def install
+ ENV.x11
+
# Copy the data files
d = libexec
AbuseGameData.new.brew { d.install Dir["*"] }