diff options
author | kris <kris@FreeBSD.org> | 2004-09-19 02:47:46 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2004-09-19 02:47:46 +0800 |
commit | 8e6a5fac22b2eadd32378144474e37250fd885ee (patch) | |
tree | ffa0a26b5bb3df44db20acf832f2952f7e1aac8f /sysutils | |
parent | 478b91a3501b2386302f44aa2031b4d9cbc67b5c (diff) | |
download | freebsd-ports-gnome-8e6a5fac22b2eadd32378144474e37250fd885ee.tar.gz freebsd-ports-gnome-8e6a5fac22b2eadd32378144474e37250fd885ee.tar.zst freebsd-ports-gnome-8e6a5fac22b2eadd32378144474e37250fd885ee.zip |
BROKEN on 5.x: Does not compile
Approved by: portmgr (self)
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/lineakd/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/sysutils/lineakd/Makefile b/sysutils/lineakd/Makefile index 3b87c4ab4a53..a445f87789b4 100644 --- a/sysutils/lineakd/Makefile +++ b/sysutils/lineakd/Makefile @@ -30,6 +30,12 @@ LIB_DEPENDS+= xosd.4:${PORTSDIR}/misc/xosd PORTDOCS= README TODO AUTHORS +.include <bsd.port.pre.mk> + +.if ${OSVERSION} >= 502126 +BROKEN= "Does not compile on FreeBSD >= 5.x" +.endif + post-patch: @${REINPLACE_CMD} -e 's|-lpthread||' ${WRKSRC}/lineakd/Makefile.in @${REINPLACE_CMD} -e 's|-O2||' ${WRKSRC}/configure @@ -44,4 +50,4 @@ post-install: @${MKDIR} ${EXAMPLESDIR} ${INSTALL_DATA} ${WRKSRC}/lineakd.conf.example ${EXAMPLESDIR} -.include <bsd.port.mk> +.include <bsd.port.post.mk> |