diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2006-03-06 20:37:22 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2006-03-06 20:37:22 +0000 |
commit | 0b31bc0e23b75eed1150d644e3442411fd909b6f (patch) | |
tree | 07bb740ffe0fefe0d94c37d182df3b6f60655d9f | |
parent | 69a61f3c4bbe020470dd9fa16c693e74fb7c1550 (diff) |
BROKEN: Unfetchable
Approved by: portmgr (implicit)
Notes
Notes:
svn path=/head/; revision=156992
-rw-r--r-- | devel/looks/Makefile | 2 | ||||
-rw-r--r-- | editors/ooo-build/Makefile | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/devel/looks/Makefile b/devel/looks/Makefile index 5bcd76f8d879..87f317e8b618 100644 --- a/devel/looks/Makefile +++ b/devel/looks/Makefile @@ -17,6 +17,8 @@ COMMENT= The JGoodies Looks improve the appearance of your Java applications FETCH_DEPENDS= ${LOCALBASE}/bin/wget:${PORTSDIR}/ftp/wget +BROKEN= Unfetchable + DISTDATE= 20050919 DISTREP= 20506 diff --git a/editors/ooo-build/Makefile b/editors/ooo-build/Makefile index c2245ef2190d..968ea8110aa6 100644 --- a/editors/ooo-build/Makefile +++ b/editors/ooo-build/Makefile @@ -14,6 +14,8 @@ DISTFILES+= ${OOOBUILD_SOURCE} ${OOO_CAIRO} \ MAINTAINER= maho@FreeBSD.org +BROKEN= Unfetchable + #DEVELOPER_VER= yes #you must be an expert or guru to activate this .if defined(DEVELOPER_VER) OOOBUILD_VERSION=2.0.2.${MILESTONE} |