aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/mapserver.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/Library/Formula/mapserver.rb b/Library/Formula/mapserver.rb
index 51fa25080..5e4137d83 100644
--- a/Library/Formula/mapserver.rb
+++ b/Library/Formula/mapserver.rb
@@ -44,6 +44,7 @@ class Mapserver < Formula
end
def install
+ ENV.x11
system "./configure", *configure_args
system "make"
bin.install %w(mapserv)