Abuse depends on libvorbis and needs ENV.x11

The X11 dep is for libGL, the vorbis for at least the configure step.
master
Max Howell 2009-12-17 16:15:41 +00:00
parent 295f883eb5
commit c202c88dc9
1 changed files with 3 additions and 0 deletions

View File

@ -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["*"] }