aboutsummaryrefslogtreecommitdiffstats
path: root/deskutils
diff options
context:
space:
mode:
authoritetcu <itetcu@FreeBSD.org>2007-01-11 02:50:41 +0800
committeritetcu <itetcu@FreeBSD.org>2007-01-11 02:50:41 +0800
commit65f487705a026b881dbe64aa8f32ba312821c515 (patch)
treebc7d2e162ed0a9af31b94bc07cd6dc10be710d82 /deskutils
parent87eda7ee45a28427079da080b9d50a8be6ddbe4f (diff)
downloadfreebsd-ports-gnome-65f487705a026b881dbe64aa8f32ba312821c515.tar.gz
freebsd-ports-gnome-65f487705a026b881dbe64aa8f32ba312821c515.tar.zst
freebsd-ports-gnome-65f487705a026b881dbe64aa8f32ba312821c515.zip
Broken on 4.x
Submitted by: krismail
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>