diff options
author | knu <knu@FreeBSD.org> | 2004-05-09 04:19:53 +0000 |
---|---|---|
committer | knu <knu@FreeBSD.org> | 2004-05-09 04:19:53 +0000 |
commit | 88060213a8e1311fb1683b186c06af60e2cc2c45 (patch) | |
tree | f20e5d8a1c487a544ef041eac6de634cdae368c6 /devel/ruby-p4 | |
parent | ae82676078beeb44d2cecd41a6c92255613016d1 (diff) | |
download | FreeBSD-ports-88060213a8e1311fb1683b186c06af60e2cc2c45.zip FreeBSD-ports-88060213a8e1311fb1683b186c06af60e2cc2c45.tar.gz |
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. :(
Diffstat (limited to 'devel/ruby-p4')
-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 65e3feb..2597bd0 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 |