diff options
author | Norikatsu Shigemura <nork@FreeBSD.org> | 2004-07-25 08:03:08 +0000 |
---|---|---|
committer | Norikatsu Shigemura <nork@FreeBSD.org> | 2004-07-25 08:03:08 +0000 |
commit | d7d0072e9331da6138f9aca79dde69da58ded150 (patch) | |
tree | eca170073dd352575d77d651afc6226e2d5d075b /java | |
parent | 961e0dff3d4cfe30afe963ee14ab0a4fcb88ee29 (diff) |
Mark BROKEN.
Notes
Notes:
svn path=/head/; revision=114616
Diffstat (limited to 'java')
-rw-r--r-- | java/phpeclipse/Makefile | 2 | ||||
-rw-r--r-- | java/phpeclipse_phphelp/Makefile | 2 | ||||
-rw-r--r-- | java/phpeclipse_sql/Makefile | 2 | ||||
-rw-r--r-- | java/phpeclipse_tidy/Makefile | 2 |
4 files changed, 8 insertions, 0 deletions
diff --git a/java/phpeclipse/Makefile b/java/phpeclipse/Makefile index 32f1ef2d255e..82c0d3025839 100644 --- a/java/phpeclipse/Makefile +++ b/java/phpeclipse/Makefile @@ -16,6 +16,8 @@ DISTNAME= net.sourceforge.phpeclipse_${PORTVERSION}a MAINTAINER= rtdean@cytherianage.net COMMENT= PHP Eclipse adds PHP support to the Eclipse IDE Framework +BROKEN= fix me + RUN_DEPENDS= ${LOCALBASE}/bin/eclipse:${PORTSDIR}/java/eclipse NO_BUILD= yes diff --git a/java/phpeclipse_phphelp/Makefile b/java/phpeclipse_phphelp/Makefile index 38b6b0fd2e66..6755700276dc 100644 --- a/java/phpeclipse_phphelp/Makefile +++ b/java/phpeclipse_phphelp/Makefile @@ -16,6 +16,8 @@ DISTNAME= net.sourceforge.phpeclipse.phphelp_${PORTVERSION} MAINTAINER= rtdean@cytherianage.net COMMENT= PHP Eclipse Help for the Eclipse IDE Framework +BROKEN= fix me + RUN_DEPENDS= ${LOCALBASE}/eclipse/plugins/net.sourceforge.phpeclipse/plugin.xml:${PORTSDIR}/java/phpeclipse NO_BUILD= yes diff --git a/java/phpeclipse_sql/Makefile b/java/phpeclipse_sql/Makefile index 1a8d678edc60..2ca953db69c6 100644 --- a/java/phpeclipse_sql/Makefile +++ b/java/phpeclipse_sql/Makefile @@ -16,6 +16,8 @@ DISTNAME= phpeclipse.sql_${PORTVERSION}beta MAINTAINER= rtdean@cytherianage.net COMMENT= PHP Eclipse SQL Utility plugin for Eclipse IDE Framework +BROKEN= fix me + RUN_DEPENDS+= ${LOCALBASE}/eclipse/plugins/net.sourceforge.phpeclipse/plugin.xml:${PORTSDIR}/java/phpeclipse NO_BUILD= yes diff --git a/java/phpeclipse_tidy/Makefile b/java/phpeclipse_tidy/Makefile index af5710903a4f..f3fde582a6e1 100644 --- a/java/phpeclipse_tidy/Makefile +++ b/java/phpeclipse_tidy/Makefile @@ -16,6 +16,8 @@ DISTNAME= phpeclipse.tidy_${PORTVERSION}preAlpha MAINTAINER= rtdean@cytherianage.net COMMENT= PHP Eclipse HTML tidier plugin for Eclipse IDE Framework +BROKEN= fix me + RUN_DEPENDS+= ${LOCALBASE}/eclipse/plugins/net.sourceforge.phpeclipse/plugin.xml:${PORTSDIR}/java/phpeclipse NO_BUILD= yes |