aboutsummaryrefslogtreecommitdiff
path: root/multimedia/rtmpdump
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2010-04-14 20:28:39 +0000
committerPav Lucistnik <pav@FreeBSD.org>2010-04-14 20:28:39 +0000
commita4c880ddfe5ca2fd50c40396bcdc68e4ab4fab67 (patch)
tree33d954fcf4657d2d28c4a58c1bc5f1265f4ec717 /multimedia/rtmpdump
parent941447e44e36e7d1192de87b3916dfcd35f79544 (diff)
downloadports-a4c880ddfe5ca2fd50c40396bcdc68e4ab4fab67.tar.gz
ports-a4c880ddfe5ca2fd50c40396bcdc68e4ab4fab67.zip
- Mark BROKEN on 6.X: does not compile
Reported by: pointyhat
Notes
Notes: svn path=/head/; revision=252691
Diffstat (limited to 'multimedia/rtmpdump')
-rw-r--r--multimedia/rtmpdump/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/multimedia/rtmpdump/Makefile b/multimedia/rtmpdump/Makefile
index 80966cc45117..4929176fb5fe 100644
--- a/multimedia/rtmpdump/Makefile
+++ b/multimedia/rtmpdump/Makefile
@@ -22,6 +22,12 @@ MAN8= rtmpgw.8
PLIST_FILES= bin/rtmpdump bin/rtmpgw bin/rtmpsrv bin/rtmpsuck
PORTDOCS= ChangeLog README
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} < 700000
+BROKEN= does not compile on 6.X
+.endif
+
do-install:
cd ${WRKSRC} && ${INSTALL_PROGRAM} ${PLIST_FILES:S,^bin/,,} \
${PREFIX}/bin \
@@ -34,4 +40,4 @@ post-install:
cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${DOCSDIR}
.endif
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>