diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2004-05-08 06:32:36 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2004-05-08 06:32:36 +0000 |
commit | b033d119817bb5c5060e53fa95cb5ea008f3e2be (patch) | |
tree | eef7e1a0f2d9948fbc5e4719e4ccc717259a3ced | |
parent | 268c162ffc2eb92c829bda34a53b46b6da8dc0d6 (diff) |
Notes
-rw-r--r-- | devel/ruby-p4/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/devel/ruby-p4/Makefile b/devel/ruby-p4/Makefile index b739976115cb..65e3feb44b22 100644 --- a/devel/ruby-p4/Makefile +++ b/devel/ruby-p4/Makefile @@ -18,6 +18,8 @@ COMMENT= Ruby interface to the Perforce API EXTRACT_DEPENDS= ${LOCALBASE}/lib/perforce/libclient.a:${PORTSDIR}/devel/p4api +BROKEN= "Does not compile" + USE_RUBY= yes P4APIVER= 2003.01 |