aboutsummaryrefslogtreecommitdiffstats
path: root/audio
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2004-02-06 20:52:06 +0800
committerkris <kris@FreeBSD.org>2004-02-06 20:52:06 +0800
commit08c16553c1c5421caa768c61bac8d208424c9b03 (patch)
treed7c8689eeaf4cafc8ab370b0fff2ba48ac97f7ee /audio
parent38770364e1876e6b3899b2b760e5303257a92f99 (diff)
downloadfreebsd-ports-gnome-08c16553c1c5421caa768c61bac8d208424c9b03.tar.gz
freebsd-ports-gnome-08c16553c1c5421caa768c61bac8d208424c9b03.tar.zst
freebsd-ports-gnome-08c16553c1c5421caa768c61bac8d208424c9b03.zip
BROKEN on 5.x: does not compile
Diffstat (limited to 'audio')
-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>