aboutsummaryrefslogtreecommitdiff
path: root/deskutils/kluje
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2004-09-18 18:47:46 +0000
committerKris Kennaway <kris@FreeBSD.org>2004-09-18 18:47:46 +0000
commit7a6f05bb7a8bb1b61be9d31f94f2221a0c91e600 (patch)
tree2b79da66f460b2ce052979250e49c8865277ad58 /deskutils/kluje
parent86c64bf64cb38aaa19609afd4cbe2e170ea3d350 (diff)
downloadports-7a6f05bb7a8bb1b61be9d31f94f2221a0c91e600.tar.gz
ports-7a6f05bb7a8bb1b61be9d31f94f2221a0c91e600.zip
BROKEN on 5.x: Does not compile
Approved by: portmgr (self)
Notes
Notes: svn path=/head/; revision=118258
Diffstat (limited to 'deskutils/kluje')
-rw-r--r--deskutils/kluje/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/deskutils/kluje/Makefile b/deskutils/kluje/Makefile
index 9b8b80052f1b..06f78d5ca820 100644
--- a/deskutils/kluje/Makefile
+++ b/deskutils/kluje/Makefile
@@ -20,8 +20,14 @@ USE_GMAKE= yes
GNU_CONFIGURE= yes
USE_REINPLACE= yes
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} >= 502126
+BROKEN= "Does not compile on FreeBSD >= 5.x"
+.endif
+
post-patch:
@${REINPLACE_CMD} -e 's|-O2||g' -e 's|-lpthread|${PTHREAD_LIBS}|g' \
${WRKSRC}/${CONFIGURE_SCRIPT}
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>