diff options
author | linimon <linimon@FreeBSD.org> | 2006-07-17 04:12:43 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2006-07-17 04:12:43 +0800 |
commit | ec6c20b196bb926a8a26cc3cb04b5ed5b209d365 (patch) | |
tree | ebc825771c656bb91acf8654ea8a54c213ba7890 | |
parent | a66472b0dd38aef08e23d810ea7799e80c92ddb1 (diff) | |
download | freebsd-ports-gnome-ec6c20b196bb926a8a26cc3cb04b5ed5b209d365.tar.gz freebsd-ports-gnome-ec6c20b196bb926a8a26cc3cb04b5ed5b209d365.tar.zst freebsd-ports-gnome-ec6c20b196bb926a8a26cc3cb04b5ed5b209d365.zip |
Mark broken: fails to install.
-rw-r--r-- | graphics/osg-devel/Makefile | 2 | ||||
-rw-r--r-- | graphics/osg/Makefile | 2 | ||||
-rw-r--r-- | irc/anope/Makefile | 2 |
3 files changed, 6 insertions, 0 deletions
diff --git a/graphics/osg-devel/Makefile b/graphics/osg-devel/Makefile index b768f2233066..128d50fd7566 100644 --- a/graphics/osg-devel/Makefile +++ b/graphics/osg-devel/Makefile @@ -14,6 +14,8 @@ DISTNAME= OSG_OP_OT-${PORTVERSION}-2 MAINTAINER= rrghphar@bigpond.net.au COMMENT= C++ OpenGL scene graph library for real-time rendering +BROKEN= fails to install + BUILD_DEPENDS= ${LOCALBASE}/lib/libOpenThreads.so:${PORTSDIR}/devel/openthreads \ ${X11BASE}/lib/libProducer.so:${PORTSDIR}/graphics/openproducer RUN_DEPENDS= ${LOCALBASE}/lib/libOpenThreads.so:${PORTSDIR}/devel/openthreads \ diff --git a/graphics/osg/Makefile b/graphics/osg/Makefile index b768f2233066..128d50fd7566 100644 --- a/graphics/osg/Makefile +++ b/graphics/osg/Makefile @@ -14,6 +14,8 @@ DISTNAME= OSG_OP_OT-${PORTVERSION}-2 MAINTAINER= rrghphar@bigpond.net.au COMMENT= C++ OpenGL scene graph library for real-time rendering +BROKEN= fails to install + BUILD_DEPENDS= ${LOCALBASE}/lib/libOpenThreads.so:${PORTSDIR}/devel/openthreads \ ${X11BASE}/lib/libProducer.so:${PORTSDIR}/graphics/openproducer RUN_DEPENDS= ${LOCALBASE}/lib/libOpenThreads.so:${PORTSDIR}/devel/openthreads \ diff --git a/irc/anope/Makefile b/irc/anope/Makefile index 683ab386ecf2..cfb1b7069cd9 100644 --- a/irc/anope/Makefile +++ b/irc/anope/Makefile @@ -14,6 +14,8 @@ MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= mat@FreeBSD.org COMMENT= A set of IRC services for IRC networks +BROKEN= fails to install + USE_GMAKE= yes HAS_CONFIGURE= yes USE_PERL5_BUILD= yes |