aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt/ipcad
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2006-05-21 21:53:17 +0000
committerKris Kennaway <kris@FreeBSD.org>2006-05-21 21:53:17 +0000
commitf33fb3c31c5f5e6d87b9ffd05fdd3e32f9699a3c (patch)
tree4fe2da190e10b64f58f3a6fa1b799ff179cdf264 /net-mgmt/ipcad
parent500dc78b7b92fcc4f2ac544d310d0297fd1df693 (diff)
downloadports-f33fb3c31c5f5e6d87b9ffd05fdd3e32f9699a3c.tar.gz
ports-f33fb3c31c5f5e6d87b9ffd05fdd3e32f9699a3c.zip
BROKEN on 7.x: Does not compile
Notes
Notes: svn path=/head/; revision=163015
Diffstat (limited to 'net-mgmt/ipcad')
-rw-r--r--net-mgmt/ipcad/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/net-mgmt/ipcad/Makefile b/net-mgmt/ipcad/Makefile
index 740267523e4c..3ec100d3037a 100644
--- a/net-mgmt/ipcad/Makefile
+++ b/net-mgmt/ipcad/Makefile
@@ -25,6 +25,12 @@ MANCOMPRESSED= no
MAN5= ipcad.conf.5
MAN8= ipcad.8
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} >= 700015
+BROKEN= Does not compile on FreeBSD >= 7.0
+.endif
+
post-patch:
@${REINPLACE_CMD} -e 's|-pthread|${PTHREAD_LIBS}|g ; \
s|/usr/local|${PREFIX}|g' ${WRKSRC}/configure
@@ -35,4 +41,4 @@ post-install:
${INSTALL_MAN} ${WRKSRC}/ipcad.conf.5 ${MANPREFIX}/man/man5
@${CAT} ${PKGMESSAGE}
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>