diff options
author | pav <pav@FreeBSD.org> | 2009-12-13 07:50:06 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2009-12-13 07:50:06 +0800 |
commit | f8211bf519f8357cb4590299c55b88939c48e08f (patch) | |
tree | 77f642021c66cfbdf600666413321e90bbb0dd9c /games | |
parent | fc9aa7396e58ddb469d24a9eb9aa49a8b9ca9f60 (diff) | |
download | freebsd-ports-gnome-f8211bf519f8357cb4590299c55b88939c48e08f.tar.gz freebsd-ports-gnome-f8211bf519f8357cb4590299c55b88939c48e08f.tar.zst freebsd-ports-gnome-f8211bf519f8357cb4590299c55b88939c48e08f.zip |
- Mark BROKEN after recent cmake update
Reported by: pointyhat
Diffstat (limited to 'games')
-rw-r--r-- | games/rigsofrods/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/games/rigsofrods/Makefile b/games/rigsofrods/Makefile index 9cf29993f396..e987b5540b12 100644 --- a/games/rigsofrods/Makefile +++ b/games/rigsofrods/Makefile @@ -26,6 +26,8 @@ BUILD_DEPENDS= ${LOCALBASE}/lib/libOIS.so:${PORTSDIR}/devel/ois \ RUN_DEPENDS= ${LOCALBASE}/lib/libOIS.so:${PORTSDIR}/devel/ois \ xset:${PORTSDIR}/x11/xset +BROKEN= does not build + USE_ZIP= yes USE_XORG= x11 xt xaw sm ice xext WRKSRC= ${WRKDIR}/${PORTNAME}-source-${PORTVERSION}/build |