diff options
-rw-r--r-- | audio/HVSC-Update/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/audio/HVSC-Update/Makefile b/audio/HVSC-Update/Makefile index 6c8d377fc9d3..7cb5ec3654ae 100644 --- a/audio/HVSC-Update/Makefile +++ b/audio/HVSC-Update/Makefile @@ -26,6 +26,12 @@ GNU_CONFIGURE= yes DOCS= HVSC_Update.txt SID_file_format.txt +.include <bsd.port.pre.mk> + +.if ${OSVERSION} >= 502000 +BROKEN= "Does not compile" +.endif + do-install: ${INSTALL_PROGRAM} ${WRKSRC}/src/Update ${PREFIX}/bin/HVSC-Update .if !defined(NOPORTDOCS) @@ -35,4 +41,4 @@ do-install: .endfor .endif -.include <bsd.port.mk> +.include <bsd.port.post.mk> |