diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2004-02-06 12:52:06 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2004-02-06 12:52:06 +0000 |
commit | 0e9b0e8a090d584adcbe4c996ff9e56afbb2370c (patch) | |
tree | 9eb8fa8b2b2a495f03c469eb71de7e1de377d980 /audio/HVSC-Update | |
parent | c60717cac064f38523a1917bb50a7e7fcad2f656 (diff) | |
download | ports-0e9b0e8a090d584adcbe4c996ff9e56afbb2370c.tar.gz ports-0e9b0e8a090d584adcbe4c996ff9e56afbb2370c.zip |
Notes
Diffstat (limited to 'audio/HVSC-Update')
-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> |