aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
Diffstat (limited to 'Library')
-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["*"] }