diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2005-04-01 22:59:10 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2005-04-01 22:59:10 +0000 |
commit | a2fcd8df7764508e2d5d835299c207ac08c04c97 (patch) | |
tree | 450bb6287fa1e877c4ec8e64d6e7cc53d4b88b4c /audio | |
parent | e40a75199b2e2c4a42eecfdede385872001f1e40 (diff) | |
download | ports-a2fcd8df7764508e2d5d835299c207ac08c04c97.tar.gz ports-a2fcd8df7764508e2d5d835299c207ac08c04c97.zip |
Notes
Diffstat (limited to 'audio')
-rw-r--r-- | audio/gkrellmss/Makefile | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/audio/gkrellmss/Makefile b/audio/gkrellmss/Makefile index 5293bdf2fe18..d5c2d73602ff 100644 --- a/audio/gkrellmss/Makefile +++ b/audio/gkrellmss/Makefile @@ -26,12 +26,6 @@ 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 @@ -43,4 +37,4 @@ do-install: .endif @${CAT} ${PKGMESSAGE} -.include <bsd.port.post.mk> +.include <bsd.port.mk> |