diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2003-05-06 21:37:26 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2003-05-06 21:37:26 +0000 |
commit | fab932ce7f5bdbe8772981cf893fc77866bdc6f9 (patch) | |
tree | 10306281e9b501a32c6a83bb322a0c259c732f7f /graphics/osg-devel | |
parent | BROKEN: Does not install (diff) |
BROKEN: Does not compile
Diffstat (limited to 'graphics/osg-devel')
-rw-r--r-- | graphics/osg-devel/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/graphics/osg-devel/Makefile b/graphics/osg-devel/Makefile index 6aa7347a9fad..9b105652d27f 100644 --- a/graphics/osg-devel/Makefile +++ b/graphics/osg-devel/Makefile @@ -14,6 +14,8 @@ DISTNAME= OpenSceneGraph-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= C++ OpenGL scene graph library for real-time rendering +BROKEN= "Does not compile" + LIB_DEPENDS= png.5:${PORTSDIR}/graphics/png \ jpeg.9:${PORTSDIR}/graphics/jpeg \ ungif.5:${PORTSDIR}/graphics/libungif \ |