diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2004-07-01 20:04:39 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2004-07-01 20:04:39 +0000 |
commit | 027b3f89b6efdf43308ca8ce99ddc5c2573b9b76 (patch) | |
tree | 08fa7f285f6ce55f3d5929021d886186d4044f84 /audio/HVSC-Update | |
parent | 8e714c2febb49d7e9f42905b6b740159bba19769 (diff) | |
download | ports-027b3f89b6efdf43308ca8ce99ddc5c2573b9b76.tar.gz ports-027b3f89b6efdf43308ca8ce99ddc5c2573b9b76.zip |
Notes
Diffstat (limited to 'audio/HVSC-Update')
-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) |