summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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"