aboutsummaryrefslogtreecommitdiff
path: root/audio/HVSC-Update
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2004-02-06 12:52:06 +0000
committerKris Kennaway <kris@FreeBSD.org>2004-02-06 12:52:06 +0000
commit0e9b0e8a090d584adcbe4c996ff9e56afbb2370c (patch)
tree9eb8fa8b2b2a495f03c469eb71de7e1de377d980 /audio/HVSC-Update
parentc60717cac064f38523a1917bb50a7e7fcad2f656 (diff)
downloadports-0e9b0e8a090d584adcbe4c996ff9e56afbb2370c.tar.gz
ports-0e9b0e8a090d584adcbe4c996ff9e56afbb2370c.zip
Notes
Diffstat (limited to 'audio/HVSC-Update')
-rw-r--r--audio/HVSC-Update/Makefile8
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>