diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2003-05-07 05:37:26 +0800 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2003-05-07 05:37:26 +0800 |
commit | fab932ce7f5bdbe8772981cf893fc77866bdc6f9 (patch) | |
tree | 10306281e9b501a32c6a83bb322a0c259c732f7f /graphics | |
parent | 072d324e0734b060958fb326b95271d7228f86cb (diff) | |
download | freebsd-ports-gnome-fab932ce7f5bdbe8772981cf893fc77866bdc6f9.tar.gz freebsd-ports-gnome-fab932ce7f5bdbe8772981cf893fc77866bdc6f9.tar.zst freebsd-ports-gnome-fab932ce7f5bdbe8772981cf893fc77866bdc6f9.zip |
BROKEN: Does not compile
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/osg-devel/Makefile | 2 | ||||
-rw-r--r-- | graphics/osg/Makefile | 2 |
2 files changed, 4 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 \ diff --git a/graphics/osg/Makefile b/graphics/osg/Makefile index 6aa7347a9fad..9b105652d27f 100644 --- a/graphics/osg/Makefile +++ b/graphics/osg/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 \ |