aboutsummaryrefslogtreecommitdiff
path: root/deskutils
diff options
context:
space:
mode:
authorIon-Mihai Tetcu <itetcu@FreeBSD.org>2007-01-10 18:50:41 +0000
committerIon-Mihai Tetcu <itetcu@FreeBSD.org>2007-01-10 18:50:41 +0000
commit87f7a2f231f62b41ba5a13f8d47b3b8595743e12 (patch)
tree0bc4006099b8aa8f9b22da6a2a163abcd6d5f0db /deskutils
parent19f850482d73e0e15735284f41f8c43ce9ca0ae5 (diff)
downloadports-87f7a2f231f62b41ba5a13f8d47b3b8595743e12.tar.gz
ports-87f7a2f231f62b41ba5a13f8d47b3b8595743e12.zip
Notes
Diffstat (limited to 'deskutils')
-rw-r--r--deskutils/recoll/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/deskutils/recoll/Makefile b/deskutils/recoll/Makefile
index 63a502798e14..fcc546684303 100644
--- a/deskutils/recoll/Makefile
+++ b/deskutils/recoll/Makefile
@@ -34,4 +34,10 @@ post-patch:
${REINPLACE_CMD} -e 's/^CXXFLAGS =/CXXFLAGS ?=/' \
${WRKSRC}/mk/localdefs.in
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} < 500000
+BROKEN= doesn't build
+.endif
+
+.include <bsd.port.post.mk>