diff options
author | kris <kris@FreeBSD.org> | 2004-09-19 02:59:05 +0000 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2004-09-19 02:59:05 +0000 |
commit | 272ac1c80d0ce64145b2dd10691f10005f8b1b84 (patch) | |
tree | bac414858f9279e2b6a5d733b8505a2140b728fd /net/osrtspproxy | |
parent | 3893122eb8a7d90a55d0d04529d4eb722ff71b1c (diff) | |
download | FreeBSD-ports-272ac1c80d0ce64145b2dd10691f10005f8b1b84.zip FreeBSD-ports-272ac1c80d0ce64145b2dd10691f10005f8b1b84.tar.gz |
BROKEN on 5.x: Does not compile
Approved by: portmgr (self)
Diffstat (limited to 'net/osrtspproxy')
-rw-r--r-- | net/osrtspproxy/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/net/osrtspproxy/Makefile b/net/osrtspproxy/Makefile index 91350d9..497db0f 100644 --- a/net/osrtspproxy/Makefile +++ b/net/osrtspproxy/Makefile @@ -17,8 +17,14 @@ COMMENT= The RTSP Proxy Kit is a reference implementation of an RTSP proxy HAS_CONFIGURE= YES +.include <bsd.port.pre.mk> + +.if ${OSVERSION} >= 502126 +BROKEN= "Does not compile on FreeBSD >= 5.x" +.endif + do-install: ${INSTALL_PROGRAM} ${WRKSRC}/rtspproxy/rtspproxy ${PREFIX}/sbin ${INSTALL_SCRIPT} ${FILESDIR}/rtspproxy.sh ${PREFIX}/etc/rc.d/rtspproxy.sh.sample -.include <bsd.port.mk> +.include <bsd.port.post.mk> |