diff options
author | nork <nork@FreeBSD.org> | 2004-07-25 16:03:08 +0800 |
---|---|---|
committer | nork <nork@FreeBSD.org> | 2004-07-25 16:03:08 +0800 |
commit | bd465a7e124abdba076175f82a83c71eea694422 (patch) | |
tree | 5f58a6b821b2c86b8e04b89921b20f167c240844 /java | |
parent | 6b5058d7de1efd1088ce33fe04c1505b20a6d22c (diff) | |
download | freebsd-ports-graphics-bd465a7e124abdba076175f82a83c71eea694422.tar.gz freebsd-ports-graphics-bd465a7e124abdba076175f82a83c71eea694422.tar.zst freebsd-ports-graphics-bd465a7e124abdba076175f82a83c71eea694422.zip |
Mark BROKEN.
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 32f1ef2d255..82c0d302583 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 38b6b0fd2e6..6755700276d 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 1a8d678edc6..2ca953db69c 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 af5710903a4..f3fde582a6e 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 |