From 67bff2947d0d28ac2060f9cc46e89e75474081d3 Mon Sep 17 00:00:00 2001
From: Laurent Tarrisse <hsivank@macbook-de-laurent-tarrisse.local>
Date: Mon, 18 May 2009 03:12:01 +0200
Subject: [PATCH] disable ccache to build orbit
---
dports/devel/orbit/Portfile | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/dports/devel/orbit/Portfile b/dports/devel/orbit/Portfile
index dff23c6..53f1863 100644
a
|
b
|
platform darwin 6 { |
33 | 33 | depends_lib-append lib:libdl:dlcompat |
34 | 34 | patchfiles-append patch |
35 | 35 | } |
36 | | |
| 36 | configure.ccache no |
37 | 37 | livecheck.check regex |
38 | 38 | livecheck.url http://ftp.gnome.org/pub/gnome/sources/ORBit/${branch}/ |
39 | 39 | livecheck.regex {LATEST-IS-(\d+(?:\.\d+)*)} |