aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorknu <knu@FreeBSD.org>2004-05-09 12:19:53 +0800
committerknu <knu@FreeBSD.org>2004-05-09 12:19:53 +0800
commit88060213a8e1311fb1683b186c06af60e2cc2c45 (patch)
treef20e5d8a1c487a544ef041eac6de634cdae368c6
parentae82676078beeb44d2cecd41a6c92255613016d1 (diff)
downloadfreebsd-ports-gnome-88060213a8e1311fb1683b186c06af60e2cc2c45.tar.gz
freebsd-ports-gnome-88060213a8e1311fb1683b186c06af60e2cc2c45.tar.zst
freebsd-ports-gnome-88060213a8e1311fb1683b186c06af60e2cc2c45.zip
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. :(
-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