diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2007-06-06 08:02:19 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2007-06-06 08:02:19 +0000 |
commit | df3bc24d80c8144cd17ddcd25f5d27aea391d9cf (patch) | |
tree | bdfe02a3f75d3cb58b9b3df8ae814c9251248c55 /devel/subclipse | |
parent | 95995732f4d71eda7e03ea4c0739dee206c3ab35 (diff) | |
download | ports-df3bc24d80c8144cd17ddcd25f5d27aea391d9cf.tar.gz ports-df3bc24d80c8144cd17ddcd25f5d27aea391d9cf.zip |
Notes
Diffstat (limited to 'devel/subclipse')
-rw-r--r-- | devel/subclipse/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/subclipse/Makefile b/devel/subclipse/Makefile index d8d02cf4227e..0cee28c231e9 100644 --- a/devel/subclipse/Makefile +++ b/devel/subclipse/Makefile @@ -7,6 +7,7 @@ PORTNAME= subclipse PORTVERSION= 1.2.1 +PORTREVISION= 1 CATEGORIES= devel java MASTER_SITES= http://subclipse.tigris.org/files/documents/906/37653/ DISTNAME= site-${PORTVERSION} @@ -15,7 +16,7 @@ DIST_SUBDIR= eclipse MAINTAINER= gerrit.beine@gmx.de COMMENT= A subversion plugin for the Eclipse IDE Framework -#RUN_DEPENDS= ${LOCALBASE}/bin/eclipse:${PORTSDIR}/java/eclipse +RUN_DEPENDS= ${LOCALBASE}/bin/eclipse:${PORTSDIR}/java/eclipse FETCH_DEPENDS= ${LOCALBASE}/bin/wget:${PORTSDIR}/ftp/wget CONFLICTS= phpeclipse-[0-9]* |