diff options
Diffstat (limited to 'net/ORBit2/Makefile')
-rw-r--r-- | net/ORBit2/Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/net/ORBit2/Makefile b/net/ORBit2/Makefile index 49aad77aea7..078c04d0bb0 100644 --- a/net/ORBit2/Makefile +++ b/net/ORBit2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.72 2010/06/11 13:49:00 drochner Exp $ +# $NetBSD: Makefile,v 1.73 2010/08/29 09:38:20 obache Exp $ # DISTNAME= ORBit2-2.14.18 @@ -45,10 +45,6 @@ PKGCONFIG_OVERRIDE+= src/idl-compiler/ORBit-idl-2.0.pc.in CPPFLAGS.Darwin+= -DBIND_8_COMPAT -# Workaround for Upstream Bug#562310. -# for more detail, see also PR#41475. -TOOLS_NOOP+= gtkdoc-rebase - BUILDLINK_API_DEPENDS.glib2+= glib2>=2.8.0 .include "../../devel/glib2/buildlink3.mk" |