aboutsummaryrefslogtreecommitdiff
path: root/audio
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2005-02-11 21:57:30 +0000
committerKris Kennaway <kris@FreeBSD.org>2005-02-11 21:57:30 +0000
commit168a9fd91b04e37af1708f2d7299b70137848216 (patch)
tree28a5db0afa90982ef00eac968cd70768201ae319 /audio
parent3c6b292cad946a9e9769fea078466817e5b697cb (diff)
downloadports-168a9fd91b04e37af1708f2d7299b70137848216.tar.gz
ports-168a9fd91b04e37af1708f2d7299b70137848216.zip
Notes
Diffstat (limited to 'audio')
-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>