diff options
author | dholland <dholland@pkgsrc.org> | 2012-04-07 17:35:09 +0000 |
---|---|---|
committer | dholland <dholland@pkgsrc.org> | 2012-04-07 17:35:09 +0000 |
commit | 7217c520be076038b60ea0c8f84b29da28d141ee (patch) | |
tree | f67e8ec688e710d9fc3c0486d8c462ac2c78a398 /misc | |
parent | 70c6ebbcb3143e6202e2a8f66d172b74fd589813 (diff) | |
download | pkgsrc-7217c520be076038b60ea0c8f84b29da28d141ee.tar.gz |
Mark BROKEN; is not buildable and is dead upstream. Will be removed in
due course.
Diffstat (limited to 'misc')
-rw-r--r-- | misc/jitterbug/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/misc/jitterbug/Makefile b/misc/jitterbug/Makefile index 6330da0ca30..b4c03e8643a 100644 --- a/misc/jitterbug/Makefile +++ b/misc/jitterbug/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.34 2011/11/11 18:43:43 joerg Exp $ +# $NetBSD: Makefile,v 1.35 2012/04/07 17:35:09 dholland Exp $ DISTNAME= jitterbug-1.6.2 PKGREVISION= 2 @@ -11,6 +11,8 @@ COMMENT= Web-oriented bug-tracking tool PKG_DESTDIR_SUPPORT= destdir +BROKEN= Not buildable and dead upstream. + WRKSRC= ${WRKDIR}/${PKGNAME_NOREV}/source CONFIGDIR= ${WRKDIR}/${PKGNAME_NOREV}/config DOCSDIR= ${WRKDIR}/${PKGNAME_NOREV}/docs |