aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorAlex Burka2013-01-21 18:50:43 -0500
committerAdam Vandenberg2013-01-21 15:57:39 -0800
commit8a642f38a1542cdc8eb7603ef53654a012c76085 (patch)
treef0b1906b066ec4e27264e490b4e9bd03cbee7c5e /Library
parent0df835d9fba1b543a455f8b89fe3e967eec5416d (diff)
downloadhomebrew-8a642f38a1542cdc8eb7603ef53654a012c76085.tar.bz2
libtermkey: uses libtool
Closes #17241. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/libtermkey.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/Library/Formula/libtermkey.rb b/Library/Formula/libtermkey.rb
index 81167cf9d..fd9d77f2f 100644
--- a/Library/Formula/libtermkey.rb
+++ b/Library/Formula/libtermkey.rb
@@ -5,6 +5,8 @@ class Libtermkey < Formula
url 'http://www.leonerd.org.uk/code/libtermkey/libtermkey-0.13.tar.gz'
sha1 'f0c2ead4185095e5c87c51b1a721e211ea08bae6'
+ depends_on :libtool => :build
+
def install
system "make", "PREFIX=#{prefix}", "LIBTOOL=glibtool"
system "make", "install", "PREFIX=#{prefix}", "LIBTOOL=glibtool"