diff options
author | kris <kris@FreeBSD.org> | 2005-04-30 09:09:31 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2005-04-30 09:09:31 +0800 |
commit | f18d897602ff5e4c699e84694b98b27dd7ad47c2 (patch) | |
tree | 5d16595e6cc92b0784dd70e20122c49edd6afd4f /audio | |
parent | 81a9424ca0e8cf940e89612b484db0df4dfbffbc (diff) | |
download | freebsd-ports-gnome-f18d897602ff5e4c699e84694b98b27dd7ad47c2.tar.gz freebsd-ports-gnome-f18d897602ff5e4c699e84694b98b27dd7ad47c2.tar.zst freebsd-ports-gnome-f18d897602ff5e4c699e84694b98b27dd7ad47c2.zip |
BROKEN on 5.x: Does not compile
Diffstat (limited to 'audio')
-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> |