bsdmake is a build-time dep

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
This commit is contained in:
Jack Nagel 2012-03-17 11:16:10 -05:00
parent bda46f6642
commit a52ab0c49d
4 changed files with 4 additions and 4 deletions

View file

@ -5,7 +5,7 @@ class Bsdiff < Formula
homepage 'http://www.daemonology.net/bsdiff'
md5 'e6d812394f0e0ecc8d5df255aa1db22a'
depends_on 'bsdmake' if MacOS.xcode_version.to_f >= 4.3
depends_on 'bsdmake' => :build if MacOS.xcode_version.to_f >= 4.3
def patches
DATA

View file

@ -5,7 +5,7 @@ class Httpry < Formula
homepage 'http://dumpsterventures.com/jason/httpry/'
md5 '7fbba29eaeec1fd6b25e6fa3a12be25d'
depends_on 'bsdmake' if MacOS.xcode_version.to_f >= 4.3
depends_on 'bsdmake' => :build if MacOS.xcode_version.to_f >= 4.3
def install
system "bsdmake"

View file

@ -6,7 +6,7 @@ class Proctools < Formula
version '0.4pre1'
md5 '714e4350749c680a7806635632d524b1'
depends_on 'bsdmake' if MacOS.xcode_version.to_f >= 4.3
depends_on 'bsdmake' => :build if MacOS.xcode_version.to_f >= 4.3
def patches
base = "https://trac.macports.org/export/89276/trunk/dports/sysutils/proctools/files"

View file

@ -5,7 +5,7 @@ class Spiped < Formula
url 'http://www.tarsnap.com/spiped/spiped-1.1.0.tgz'
sha256 'b727b902310d217d56c07d503c4175c65387ff07c9cd50a24584903faf9f3dc3'
depends_on 'bsdmake' if MacOS.xcode_version.to_f >= 4.3
depends_on 'bsdmake' => :build if MacOS.xcode_version.to_f >= 4.3
def install
system "bsdmake", "LDADD=-lcrypto", "BINDIR_DEFAULT=#{bin}", "install"