diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2005-04-30 01:09:31 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2005-04-30 01:09:31 +0000 |
commit | 3234f64a78b54fef9d2881e986f40ce463220734 (patch) | |
tree | 63d3448149378a38d26fb1508dcd8508884e3427 /audio/gkrellmss2 | |
parent | b44a0503c67f150506be06681d50185057bbda40 (diff) |
BROKEN on 5.x: Does not compile
Notes
Notes:
svn path=/head/; revision=134380
Diffstat (limited to 'audio/gkrellmss2')
-rw-r--r-- | audio/gkrellmss2/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/audio/gkrellmss2/Makefile b/audio/gkrellmss2/Makefile index c2e67e518a06..1769877686ea 100644 --- a/audio/gkrellmss2/Makefile +++ b/audio/gkrellmss2/Makefile @@ -31,6 +31,12 @@ PORTDOCS= Changelog README Themes PLIST_FILES= libexec/gkrellm2/plugins/gkrellmss.so \ share/locale/ru/LC_MESSAGES/gkrellm-gkrellmss.mo +.include <bsd.port.pre.mk> + +.if ${OSVERSION} >= 503000 +BROKEN= "Does not compile on FreeBSD >= 5.x" +.endif + post-patch: @${REINPLACE_CMD} -e 's|= -O2|=|g ; \ s|= gcc|+=|g' ${WRKSRC}/src/Makefile @@ -48,4 +54,4 @@ do-install: .endfor .endif -.include <bsd.port.mk> +.include <bsd.port.post.mk> |