diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2004-03-13 13:31:07 +0800 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2004-03-13 13:31:07 +0800 |
commit | ed3f2f96a1c96c4792464bfa9dc8323f2846c66b (patch) | |
tree | 52f1bb0735b05db0ae7624ff79e6d1bbb81d879f /net/b2bua | |
parent | 3814833a2fbd631c64ec740b68638dbd2ecd7a15 (diff) | |
download | freebsd-ports-gnome-ed3f2f96a1c96c4792464bfa9dc8323f2846c66b.tar.gz freebsd-ports-gnome-ed3f2f96a1c96c4792464bfa9dc8323f2846c66b.tar.zst freebsd-ports-gnome-ed3f2f96a1c96c4792464bfa9dc8323f2846c66b.zip |
BROKEN on 4.x: Does not compile
Diffstat (limited to 'net/b2bua')
-rw-r--r-- | net/b2bua/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/net/b2bua/Makefile b/net/b2bua/Makefile index 9741d973223d..97629143267a 100644 --- a/net/b2bua/Makefile +++ b/net/b2bua/Makefile @@ -24,6 +24,12 @@ MAKE_ENV= PTHREAD_LDFLAGS="${PTHREAD_LIBS}" \ PTHREAD_LIBNAME="${PTHREAD_LIBNAME}" \ VOCAL_USE_SYSTEM_LIBXML=true +.include <bsd.port.pre.mk> + +.if ${OSVERSION} < 500000 +BROKEN= "Does not compile on 4.x" +.endif + do-install: ${INSTALL_PROGRAM} ${WRKSRC}/sip/b2b/bin.nodebug.FreeBSD.${MACHINE_ARCH}/b2bua \ ${PREFIX}/bin @@ -34,4 +40,4 @@ do-install: ${INSTALL_DATA} ${WRKSRC}/sip/b2b/b2bConfig.xml \ ${PREFIX}/etc/b2bConfig.xml.sample -.include <bsd.port.mk> +.include <bsd.port.post.mk> |