diff options
Diffstat (limited to 'dev-vcs/bfg')
-rw-r--r-- | dev-vcs/bfg/bfg-1.12.13.ebuild | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/dev-vcs/bfg/bfg-1.12.13.ebuild b/dev-vcs/bfg/bfg-1.12.13.ebuild index 238d34f071aa..ad54a9d338cb 100644 --- a/dev-vcs/bfg/bfg-1.12.13.ebuild +++ b/dev-vcs/bfg/bfg-1.12.13.ebuild @@ -18,6 +18,11 @@ RDEPEND=">=virtual/jre-1.6" S=${WORKDIR} +src_prepare() { + default + java-pkg-2_src_prepare +} + src_unpack() { :; } src_compile() { :; } |