aboutsummaryrefslogtreecommitdiff
path: root/audio/HVSC-Update
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2004-07-01 20:04:39 +0000
committerKris Kennaway <kris@FreeBSD.org>2004-07-01 20:04:39 +0000
commit027b3f89b6efdf43308ca8ce99ddc5c2573b9b76 (patch)
tree08fa7f285f6ce55f3d5929021d886186d4044f84 /audio/HVSC-Update
parent8e714c2febb49d7e9f42905b6b740159bba19769 (diff)
downloadports-027b3f89b6efdf43308ca8ce99ddc5c2573b9b76.tar.gz
ports-027b3f89b6efdf43308ca8ce99ddc5c2573b9b76.zip
Still BROKEN on 5.2-CURRENT
Notes
Notes: svn path=/head/; revision=112692
Diffstat (limited to 'audio/HVSC-Update')
-rw-r--r--audio/HVSC-Update/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/audio/HVSC-Update/Makefile b/audio/HVSC-Update/Makefile
index 23325433ead8..fcf578758ec6 100644
--- a/audio/HVSC-Update/Makefile
+++ b/audio/HVSC-Update/Makefile
@@ -27,6 +27,10 @@ DOCS= HVSC_Update.txt SID_file_format.txt
.include <bsd.port.pre.mk>
+.if ${OSVERSION} >= 502112
+BROKEN= "Does not compile on FreeBSD >= 5.x"
+.endif
+
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/src/Update ${PREFIX}/bin/HVSC-Update
.if !defined(NOPORTDOCS)