diff options
author | lioux <lioux@FreeBSD.org> | 2005-10-13 05:14:55 +0800 |
---|---|---|
committer | lioux <lioux@FreeBSD.org> | 2005-10-13 05:14:55 +0800 |
commit | f2724e59aa7b3cce328aba871778737f9d01833c (patch) | |
tree | 1bff8b04eaa1771ef3f02d57879406eb2d3ebec8 /net-p2p/vuze/Makefile | |
parent | 10a412001d9ee673cdb9401cb52c3ec6d33dbde2 (diff) | |
download | freebsd-ports-gnome-f2724e59aa7b3cce328aba871778737f9d01833c.tar.gz freebsd-ports-gnome-f2724e59aa7b3cce328aba871778737f9d01833c.tar.zst freebsd-ports-gnome-f2724e59aa7b3cce328aba871778737f9d01833c.zip |
EXTRACT_DEPENDS on java/eclipse since it has to be available at
post-extract time
Submitted by: hq
Diffstat (limited to 'net-p2p/vuze/Makefile')
-rw-r--r-- | net-p2p/vuze/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/net-p2p/vuze/Makefile b/net-p2p/vuze/Makefile index 0145f7f4e458..747305cc8fae 100644 --- a/net-p2p/vuze/Makefile +++ b/net-p2p/vuze/Makefile @@ -16,6 +16,8 @@ DISTNAME= Azureus_${PORTVERSION}_source MAINTAINER= lioux@FreeBSD.org COMMENT= A BitTorrent client written in Java +EXTRACT_DEPENDS= \ + ${LOCALBASE}/eclipse/plugins/org.eclipse.swt.gtk.freebsd.x86_${ECLIPSE_VERSION}.1.jar:${PORTSDIR}/java/eclipse BUILD_DEPENDS= \ ${JAVALIBDIR}/log4j.jar:${PORTSDIR}/devel/log4j \ ${LOCALBASE}/eclipse/plugins/org.eclipse.swt_${ECLIPSE_VERSION}.0.jar:${PORTSDIR}/java/eclipse \ |