summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2007-11-25 00:06:39 +0000
committerMark Linimon <linimon@FreeBSD.org>2007-11-25 00:06:39 +0000
commita6de5b8136a12e5d0321e0258d44bd2cc678c51a (patch)
tree2956dcfe837f15f9ab77ffb00e2429523e13f3bd /devel
parentMark as broken: fails to install. (diff)
Mark broken: does not install (even with gcc3).
Approved by: portmgr (self)
Notes
Notes: svn path=/head/; revision=202826
Diffstat (limited to 'devel')
-rw-r--r--devel/sfslite-dbg/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/devel/sfslite-dbg/Makefile b/devel/sfslite-dbg/Makefile
index 72d46af8528c..afced96f551f 100644
--- a/devel/sfslite-dbg/Makefile
+++ b/devel/sfslite-dbg/Makefile
@@ -6,9 +6,11 @@
#
BUILD_MODE= shdbg
MASTERDIR= ${.CURDIR}/../../devel/sfslite
-COMMENT= "sfslite with dmalloc and without optimization"
+COMMENT= sfslite with dmalloc and without optimization
LIB_DEPENDS+= dmalloc:${PORTSDIR}/devel/dmalloc
PKG_INSTALL= ${MASTERDIR}/pkg-install
+BROKEN= does not install
+
.include "${MASTERDIR}/Makefile"