diff options
| author | Erwin Lansing <erwin@FreeBSD.org> | 2012-06-12 07:02:15 +0000 |
|---|---|---|
| committer | Erwin Lansing <erwin@FreeBSD.org> | 2012-06-12 07:02:15 +0000 |
| commit | 662c0dff9091c991eb8150566b30efffe8cb8eae (patch) | |
| tree | 768b93d0834d1edfa52d4f2eb38f77fa3bab33cf | |
| parent | - Allow QMAKE_CC and QMAKE_CXX to be selected by corresponded mkspec. (diff) | |
Mark BROKEN on 10.x: unsupported
KeyError: 'freebsd10':
File "/work/a/ports/graphics/yafray/work/yafray/SConstruct", line 20:
fichero = ficheros[sys.platform]
*** [do-build] Error code 2
Submitted by: pointyhat
| -rw-r--r-- | graphics/yafray/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/graphics/yafray/Makefile b/graphics/yafray/Makefile index 50b72d613527..0786aa4471f7 100644 --- a/graphics/yafray/Makefile +++ b/graphics/yafray/Makefile @@ -25,4 +25,10 @@ WRKSRC= ${WRKDIR}/${PORTNAME} pre-patch: @${MV} ${WRKSRC}/linux-settings.py ${WRKSRC}/freebsd-settings.py -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${OSVERSION} >= 1000000 +BROKEN= does not build +.endif + +.include <bsd.port.post.mk> |
