diff options
-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 |