summaryrefslogtreecommitdiff
path: root/x11-fm
diff options
context:
space:
mode:
authorTilman Keskinoz <arved@FreeBSD.org>2005-11-04 10:58:54 +0000
committerTilman Keskinoz <arved@FreeBSD.org>2005-11-04 10:58:54 +0000
commit2136c0b0a397e8f841ac07337ca23fbbb3c14d3e (patch)
treedf81de0bbc7b08a8bfe8c2f8cb072251b6d9fe3f /x11-fm
parentUndo breakage by properly installing mod_pcgi2.so (diff)
Mark broken on 4.x
Reported by: kris/pointyhat Approved by: Maintainer timeout
Notes
Notes: svn path=/head/; revision=147203
Diffstat (limited to 'x11-fm')
-rw-r--r--x11-fm/worker/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/x11-fm/worker/Makefile b/x11-fm/worker/Makefile
index 48a0492fe08e..108fc9296e70 100644
--- a/x11-fm/worker/Makefile
+++ b/x11-fm/worker/Makefile
@@ -23,8 +23,14 @@ MAN1= worker.1
CFLAGS+= ${PTHREAD_CFLAGS}
CONFIGURE_ARGS= --disable-libxpkmaster
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} < 500000
+BROKEN= "Does not compile on FreeBSD 4.x"
+.endif
+
pre-configure:
@${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g' \
${WRKSRC}/configure
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>