summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAkinori MUSHA <knu@FreeBSD.org>2004-05-09 04:19:53 +0000
committerAkinori MUSHA <knu@FreeBSD.org>2004-05-09 04:19:53 +0000
commitfcea6d640f47626949166706e63dbd6dad207942 (patch)
treec1ec3e0aedaa3535662bc9bee5210a21a7cfef51
parentUpdate to Vim 6.2 patchlevel 532 (diff)
Bento's script seems to kindly deinstall EXTRACT_DEPENDS packages right after
the extract stage, so explicitly list p4api as BUILD_DEPENDS also. The build error can only happen on bento environment and no one could reproduce it. :(
Notes
Notes: svn path=/head/; revision=108710
-rw-r--r--devel/ruby-p4/Makefile3
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