diff options
author | kris <kris@FreeBSD.org> | 2005-02-12 05:57:30 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2005-02-12 05:57:30 +0800 |
commit | 874fc51da60907f6e2927599b2dc4fa3508ff3b4 (patch) | |
tree | 521b55704cdad7e8c6ccf3c6b81d065f6411263a | |
parent | 28e429803c8cafe88bba8b6beaf17a6933c7e4ea (diff) | |
download | freebsd-ports-gnome-874fc51da60907f6e2927599b2dc4fa3508ff3b4.tar.gz freebsd-ports-gnome-874fc51da60907f6e2927599b2dc4fa3508ff3b4.tar.zst freebsd-ports-gnome-874fc51da60907f6e2927599b2dc4fa3508ff3b4.zip |
BROKEN on 5.x: Does not compile
-rw-r--r-- | audio/gkrellmss/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/audio/gkrellmss/Makefile b/audio/gkrellmss/Makefile index 0ac6a401814a..eb8bba5eaf9c 100644 --- a/audio/gkrellmss/Makefile +++ b/audio/gkrellmss/Makefile @@ -26,6 +26,12 @@ USE_XPM= yes DOC_FILES= Changelog README Themes +.include <bsd.port.pre.mk> + +.if ${OSVERSION} > 503000 +BROKEN= "Does not compile on FreeBSD >= 5.3" +.endif + do-install: @${INSTALL_PROGRAM} ${WRKSRC}/src/gkrellmss.so \ ${PREFIX}/libexec/gkrellm/plugins @@ -37,4 +43,4 @@ do-install: .endif @${CAT} ${PKGMESSAGE} -.include <bsd.port.mk> +.include <bsd.port.post.mk> |