diff options
author | kris <kris@FreeBSD.org> | 2004-03-13 05:31:07 +0000 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2004-03-13 05:31:07 +0000 |
commit | c9dcf29cd89650f4f9fcc38f9fc29e41d062c307 (patch) | |
tree | 2cec537b387136e49820aa7c9981a61ad4d75557 /net/b2bua | |
parent | 1b14d0246a31f026c857a027fbcc1898b102a48d (diff) | |
download | FreeBSD-ports-c9dcf29cd89650f4f9fcc38f9fc29e41d062c307.zip FreeBSD-ports-c9dcf29cd89650f4f9fcc38f9fc29e41d062c307.tar.gz |
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 9741d97..9762914 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> |