diff options
author | kris <kris@FreeBSD.org> | 2004-02-06 20:52:06 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2004-02-06 20:52:06 +0800 |
commit | 08c16553c1c5421caa768c61bac8d208424c9b03 (patch) | |
tree | d7c8689eeaf4cafc8ab370b0fff2ba48ac97f7ee /audio | |
parent | 38770364e1876e6b3899b2b760e5303257a92f99 (diff) | |
download | freebsd-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/Makefile | 8 |
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> |