diff options
author | kris <kris@FreeBSD.org> | 2006-05-22 05:53:17 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2006-05-22 05:53:17 +0800 |
commit | cd5b2a0ae6ecd6c1045c2f82ff340d447f555da0 (patch) | |
tree | 709c3cbe4465c11393321ee18cda3f09609ddfdf /net-mgmt/ipcad | |
parent | 020bc08110401badbc3477b70e596aeb5abb5101 (diff) | |
download | freebsd-ports-gnome-cd5b2a0ae6ecd6c1045c2f82ff340d447f555da0.tar.gz freebsd-ports-gnome-cd5b2a0ae6ecd6c1045c2f82ff340d447f555da0.tar.zst freebsd-ports-gnome-cd5b2a0ae6ecd6c1045c2f82ff340d447f555da0.zip |
BROKEN on 7.x: Does not compile
Diffstat (limited to 'net-mgmt/ipcad')
-rw-r--r-- | net-mgmt/ipcad/Makefile | 8 |
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> |