diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2004-05-09 04:19:53 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2004-05-09 04:19:53 +0000 |
commit | fcea6d640f47626949166706e63dbd6dad207942 (patch) | |
tree | c1ec3e0aedaa3535662bc9bee5210a21a7cfef51 /devel/ruby-p4/Makefile | |
parent | 1b39efa5f92d015d28502fcfb8207ec74aca21b9 (diff) | |
download | ports-fcea6d640f47626949166706e63dbd6dad207942.tar.gz ports-fcea6d640f47626949166706e63dbd6dad207942.zip |
Notes
Diffstat (limited to 'devel/ruby-p4/Makefile')
-rw-r--r-- | devel/ruby-p4/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/devel/ruby-p4/Makefile b/devel/ruby-p4/Makefile index 65e3feb44b22..2597bd036e67 100644 --- a/devel/ruby-p4/Makefile +++ b/devel/ruby-p4/Makefile @@ -17,8 +17,7 @@ MAINTAINER= knu@FreeBSD.org COMMENT= Ruby interface to the Perforce API EXTRACT_DEPENDS= ${LOCALBASE}/lib/perforce/libclient.a:${PORTSDIR}/devel/p4api - -BROKEN= "Does not compile" +BUILD_DEPENDS= ${LOCALBASE}/lib/perforce/libclient.a:${PORTSDIR}/devel/p4api USE_RUBY= yes |