diff options
author | Jameson Graef Rollins <jrollins@finestructure.net> | 2009-04-06 21:36:31 -0700 |
---|---|---|
committer | Jameson Graef Rollins <jrollins@finestructure.net> | 2009-04-06 21:36:31 -0700 |
commit | 80d903a7cacc0c5c60adfb86067e7c348f83e4c2 (patch) | |
tree | 7d90a252f12fb1fc295649f3745a6e89b64ceea0 /packaging | |
parent | a258aafebeb35fec82eecc0bdf3a5d474301fb81 (diff) |
macports: remove socat from the run depends, since it's not actually a run dependency.
Diffstat (limited to 'packaging')
-rw-r--r-- | packaging/macports/Portfile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/packaging/macports/Portfile b/packaging/macports/Portfile index dd6d58b..d73a656 100644 --- a/packaging/macports/Portfile +++ b/packaging/macports/Portfile @@ -24,8 +24,7 @@ depends_run bin:ssh:openssh \ port:p5-crypt-openssl-rsa \ port:p5-crypt-openssl-bignum \ port:p5-digest-sha1 \ - port:procmail \ - port:socat + port:procmail master_sites http://archive.monkeysphere.info/debian/pool/monkeysphere/m/monkeysphere/ distname ${name}_${version} |