aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2003-05-06 07:02:12 +0000
committerKris Kennaway <kris@FreeBSD.org>2003-05-06 07:02:12 +0000
commit0f469baa2546979cbd685c0ca6e242184264e3f7 (patch)
tree2bf54c86989b09bd68dcd5ffb5a7999e1e3b0b46
parent6d478e0d86f44fd167f74730b25e9f2387d7876c (diff)
downloadports-0f469baa2546979cbd685c0ca6e242184264e3f7.tar.gz
ports-0f469baa2546979cbd685c0ca6e242184264e3f7.zip
Notes
-rw-r--r--devel/boaconstructor/Makefile2
-rw-r--r--devel/crystal/Makefile2
-rw-r--r--java/bugseeker-demo/Makefile2
-rw-r--r--lang/dylan/Makefile2
-rw-r--r--security/audit/Makefile2
5 files changed, 10 insertions, 0 deletions
diff --git a/devel/boaconstructor/Makefile b/devel/boaconstructor/Makefile
index 1beb579f3e7c..fe3f9c1beb00 100644
--- a/devel/boaconstructor/Makefile
+++ b/devel/boaconstructor/Makefile
@@ -15,6 +15,8 @@ DISTNAME= boa-constructor-${PORTVERSION}.src
MAINTAINER= ports@FreeBSD.org
COMMENT= A cross platform RAD GUI Building IDE for wxPython
+BROKEN= "Bad pkg-plist"
+
RUN_DEPENDS= ${PYTHON_SITELIBDIR}/wxPython/wxc.so:${PORTSDIR}/x11-toolkits/py-wxPython
WRKSRC= ${WRKDIR}/boa-constructor-${PORTVERSION}
diff --git a/devel/crystal/Makefile b/devel/crystal/Makefile
index a7cc160e917a..a4b44aa8f3f1 100644
--- a/devel/crystal/Makefile
+++ b/devel/crystal/Makefile
@@ -14,6 +14,8 @@ DISTNAME= cs94_002
MAINTAINER= mkm@ieee.org
COMMENT= A 3d/2d development API
+BROKEN= "Bad pkg-plist"
+
LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \
png.5:${PORTSDIR}/graphics/png
diff --git a/java/bugseeker-demo/Makefile b/java/bugseeker-demo/Makefile
index 4fcfd561d8f3..27b16e0f6b8d 100644
--- a/java/bugseeker-demo/Makefile
+++ b/java/bugseeker-demo/Makefile
@@ -17,6 +17,8 @@ PATCHFILES= bugseeker2demo.sh.diff
MAINTAINER= znerd@FreeBSD.org
COMMENT= A debugger for Java software
+BROKEN= "Bad pkg-plist"
+
RUN_DEPENDS= ${LOCALBASE}/linux-sun-jdk1.3.1/bin/java:${PORTSDIR}/java/linux-sun-jdk13
NO_BUILD= YES
diff --git a/lang/dylan/Makefile b/lang/dylan/Makefile
index 4218fdb3b1a8..edfff8af5e1f 100644
--- a/lang/dylan/Makefile
+++ b/lang/dylan/Makefile
@@ -27,6 +27,8 @@ EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX}
MAINTAINER= housel@acm.org
COMMENT= CMU Gwydion project interpreter and compiler for the Dylan language
+BROKEN= "Bad pkg-plist"
+
RUN_DEPENDS= libtool:${PORTSDIR}/devel/libtool
USE_PERL5= yes
diff --git a/security/audit/Makefile b/security/audit/Makefile
index 3cc3d73124d0..16a21256f215 100644
--- a/security/audit/Makefile
+++ b/security/audit/Makefile
@@ -16,6 +16,8 @@ DISTNAME= ${PORTNAME}-v${PORTVERSION}beta-src
MAINTAINER= anders@FreeBSD.org
COMMENT= Tools for remote and centralized audit data collection
+BROKEN= "Bad pkg-plist"
+
.if defined(WITH_MYSQL)
LIB_DEPENDS+= mysqlclient.10:${PORTSDIR}/databases/mysql323-client
.endif