aboutsummaryrefslogtreecommitdiff
path: root/audio/gkrellmss/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'audio/gkrellmss/Makefile')
-rw-r--r--audio/gkrellmss/Makefile8
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>