aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorlinimon <linimon@FreeBSD.org>2007-11-25 08:06:39 +0800
committerlinimon <linimon@FreeBSD.org>2007-11-25 08:06:39 +0800
commitb76e4fc2aac609562b484c929c47dbdc451c0635 (patch)
tree4bbcb777ced3d35568040246d09cab1567d33a5c
parent6c01fe11230330caf391d141aab0f54591b90388 (diff)
downloadfreebsd-ports-gnome-b76e4fc2aac609562b484c929c47dbdc451c0635.tar.gz
freebsd-ports-gnome-b76e4fc2aac609562b484c929c47dbdc451c0635.tar.zst
freebsd-ports-gnome-b76e4fc2aac609562b484c929c47dbdc451c0635.zip
Mark broken: does not install (even with gcc3).
Approved by: portmgr (self)
-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"