aboutsummaryrefslogtreecommitdiffstats
path: root/audio
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2004-07-02 04:04:39 +0800
committerkris <kris@FreeBSD.org>2004-07-02 04:04:39 +0800
commit2b24fd82e38246fbe47edc2b7a7a80083338b633 (patch)
treebe8151fea6428b57cee65ab42d21c6d705f0acea /audio
parent6c02c8e8392190a1ffcb85fc9113508efdb7fd6d (diff)
downloadfreebsd-ports-gnome-2b24fd82e38246fbe47edc2b7a7a80083338b633.tar.gz
freebsd-ports-gnome-2b24fd82e38246fbe47edc2b7a7a80083338b633.tar.zst
freebsd-ports-gnome-2b24fd82e38246fbe47edc2b7a7a80083338b633.zip
Still BROKEN on 5.2-CURRENT
Diffstat (limited to 'audio')
-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)