diff options
author | pav <pav@FreeBSD.org> | 2010-07-31 05:03:28 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2010-07-31 05:03:28 +0800 |
commit | 15c8487f4af55fa07fe1d84fa179a42a4ddaed82 (patch) | |
tree | aaf7f80ae553d76b17dc9c2bfb326f1075eb6627 /audio | |
parent | 0aa20929d6fe16c1da34dba5c4e0ef3ddd1a3178 (diff) | |
download | freebsd-ports-graphics-15c8487f4af55fa07fe1d84fa179a42a4ddaed82.tar.gz freebsd-ports-graphics-15c8487f4af55fa07fe1d84fa179a42a4ddaed82.tar.zst freebsd-ports-graphics-15c8487f4af55fa07fe1d84fa179a42a4ddaed82.zip |
- Mark BROKEN on 6.X: does not link
Reported by: pointyhat
Diffstat (limited to 'audio')
-rw-r--r-- | audio/gx2osd/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/audio/gx2osd/Makefile b/audio/gx2osd/Makefile index b9b83e01100..2b747a71722 100644 --- a/audio/gx2osd/Makefile +++ b/audio/gx2osd/Makefile @@ -29,6 +29,10 @@ MAN1= gx2osd.1 .include <bsd.port.pre.mk> +.if ${OSVERSION} < 700000 +BROKEN= does not link +.endif + do-configure: @cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ./waf --conf-prefix=${LOCALBASE} --with-mandir=${PREFIX}/man --prefix=${PREFIX} configure |