diff options
author | pav <pav@FreeBSD.org> | 2010-11-07 04:43:14 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2010-11-07 04:43:14 +0800 |
commit | 8a882aba3d2924accdb2de0181fafa0f0a054bb3 (patch) | |
tree | e37605832c838ea373a812a519384518dcdf4637 | |
parent | b8c583e160ea025a5868f34487b6ca19ab483068 (diff) | |
download | freebsd-ports-gnome-8a882aba3d2924accdb2de0181fafa0f0a054bb3.tar.gz freebsd-ports-gnome-8a882aba3d2924accdb2de0181fafa0f0a054bb3.tar.zst freebsd-ports-gnome-8a882aba3d2924accdb2de0181fafa0f0a054bb3.zip |
- Mark BROKEN: does not build (since CPP changes)
Reported by: pointyhat
-rw-r--r-- | graphics/libv3d/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/graphics/libv3d/Makefile b/graphics/libv3d/Makefile index d6b589ea674f..9416915cc225 100644 --- a/graphics/libv3d/Makefile +++ b/graphics/libv3d/Makefile @@ -22,6 +22,8 @@ CONFIGURE_ARGS= UNIX --prefix=${PREFIX} USE_GMAKE= yes USE_LDCONFIG= yes +BROKEN= does not build + MAN3= V3DGLInterpriteDelete.3 \ V3DGLInterpriteNew.3 \ V3DGLProcessModel.3 \ |