diff options
author | kris <kris@FreeBSD.org> | 2004-07-02 04:04:39 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2004-07-02 04:04:39 +0800 |
commit | 2b24fd82e38246fbe47edc2b7a7a80083338b633 (patch) | |
tree | be8151fea6428b57cee65ab42d21c6d705f0acea /audio | |
parent | 6c02c8e8392190a1ffcb85fc9113508efdb7fd6d (diff) | |
download | freebsd-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/Makefile | 4 |
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) |