diff options
author | obache <obache@pkgsrc.org> | 2010-08-29 09:29:38 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2010-08-29 09:29:38 +0000 |
commit | 761fb2bebfceceb65d42f0fb29b3cd52c69470ee (patch) | |
tree | f2dbcfc9fcdc1e96fc1add2c2bced3767043d7f6 /net/ORBit2 | |
parent | c34adbe81d0c54cebc101a650bcd51759e8e6a0b (diff) | |
download | pkgsrc-761fb2bebfceceb65d42f0fb29b3cd52c69470ee.tar.gz |
No need gtkdoc-rebase workaround anymore.
Diffstat (limited to 'net/ORBit2')
-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" |