diff options
Diffstat (limited to 'audio/gkrellmss/Makefile')
-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> |