diff options
author | pav <pav@FreeBSD.org> | 2010-04-15 04:28:39 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2010-04-15 04:28:39 +0800 |
commit | 260b4f167acf5c36393b65faf1fa07da9366c8dd (patch) | |
tree | ad3618ed9a6a2f257686d19371845f8b540a300b /multimedia | |
parent | fb8ac4a293401575a1bf8a36f8f96619a05171bd (diff) | |
download | freebsd-ports-gnome-260b4f167acf5c36393b65faf1fa07da9366c8dd.tar.gz freebsd-ports-gnome-260b4f167acf5c36393b65faf1fa07da9366c8dd.tar.zst freebsd-ports-gnome-260b4f167acf5c36393b65faf1fa07da9366c8dd.zip |
- Mark BROKEN on 6.X: does not compile
Reported by: pointyhat
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/rtmpdump/Makefile | 8 |
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> |