summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRong-En Fan <rafan@FreeBSD.org>2007-08-12 14:54:13 +0000
committerRong-En Fan <rafan@FreeBSD.org>2007-08-12 14:54:13 +0000
commita6bf65f97c624aacf12ab3c502da91fde948e260 (patch)
treea24dfcc4cbc56b4e5a9af8fa2e881ebfa426f302
parentFix build on CURRENT 64bit archs (diff)
- Mark BROEKN on 7.x after getenv/putenv changes. It will be fixed in next
release (due fall 2007). - Remove 4.x support PR: ports/115417 Submitted by: Jean-Francois Dockes <jean-francois.dockes at wanadoo.fr> (maintainer)
Notes
Notes: svn path=/head/; revision=197527
-rw-r--r--deskutils/recoll/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/deskutils/recoll/Makefile b/deskutils/recoll/Makefile
index aa2e5d2e9803..4a6533513d70 100644
--- a/deskutils/recoll/Makefile
+++ b/deskutils/recoll/Makefile
@@ -37,8 +37,8 @@ post-patch:
.include <bsd.port.pre.mk>
-.if ${OSVERSION} < 500000
-BROKEN= doesn't build
+.if ${OSVERSION} > 700050
+BROKEN= does not build
.endif
.include <bsd.port.post.mk>