aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/libmikmod.rb6
1 files changed, 4 insertions, 2 deletions
diff --git a/Library/Formula/libmikmod.rb b/Library/Formula/libmikmod.rb
index 183ad4239..e7574f31e 100644
--- a/Library/Formula/libmikmod.rb
+++ b/Library/Formula/libmikmod.rb
@@ -5,8 +5,6 @@ class Libmikmod < Formula
url 'http://mikmod.shlomifish.org/files/libmikmod-3.2.0.tar.gz'
sha256 '734c8490bbf9b0c587920b92414dcfa3c2267838a0cdf698d5f1fb6bba8f661e'
- depends_on :x11
-
option 'with-debug', 'Enable debugging symbols'
def install
@@ -27,4 +25,8 @@ class Libmikmod < Formula
system "make install"
end
end
+
+ def test
+ system "#{bin}/libmikmod-config", "--version"
+ end
end