aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils/sleuthkit
diff options
context:
space:
mode:
authordanfe <danfe@FreeBSD.org>2006-10-02 12:54:28 +0800
committerdanfe <danfe@FreeBSD.org>2006-10-02 12:54:28 +0800
commita3b278dd9b202b0d8e42ba484d0b2cb44f53dece (patch)
tree159f11c666331b24d21841ea7bf18c14fc01a3ad /sysutils/sleuthkit
parent71390d2259cef74ebce347cfc80c73e0cde9190b (diff)
downloadfreebsd-ports-gnome-a3b278dd9b202b0d8e42ba484d0b2cb44f53dece.tar.gz
freebsd-ports-gnome-a3b278dd9b202b0d8e42ba484d0b2cb44f53dece.tar.zst
freebsd-ports-gnome-a3b278dd9b202b0d8e42ba484d0b2cb44f53dece.zip
Mark as BROKEN on FreeBSD 4.X (pre-GEOM, more generically).
Reported by: krismail
Diffstat (limited to 'sysutils/sleuthkit')
-rw-r--r--sysutils/sleuthkit/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/sysutils/sleuthkit/Makefile b/sysutils/sleuthkit/Makefile
index 567a7d418b80..ad54f368d46d 100644
--- a/sysutils/sleuthkit/Makefile
+++ b/sysutils/sleuthkit/Makefile
@@ -18,6 +18,12 @@ CONFLICTS= ja-ls-[0-9]*
USE_PERL5= yes
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} < 500033
+BROKEN= Does not build on pre-GEOM versions of FreeBSD
+.endif
+
PROGS= dcalc dcat disk_sreset disk_stat dls dstat ffind \
fls fsstat hfind icat ifind ils img_stat istat \
jcat jls md5 mmls mmstat sha1 sigfind srch_strings
@@ -50,4 +56,4 @@ do-install:
cd ${WRKSRC}/bin && ${INSTALL_SCRIPT} ${SCRIPTS} ${PREFIX}/bin
cd ${WRKSRC}/man/man1 && ${INSTALL_MAN} ${MAN1} ${PREFIX}/man/man1
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>