diff options
Diffstat (limited to 'net/ORBit2')
-rw-r--r-- | net/ORBit2/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/net/ORBit2/Makefile b/net/ORBit2/Makefile index 2710c44b27f..15420e24e0d 100644 --- a/net/ORBit2/Makefile +++ b/net/ORBit2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.66 2009/03/06 14:02:32 wiz Exp $ +# $NetBSD: Makefile,v 1.67 2009/04/13 17:06:30 schwarz Exp $ # DISTNAME= ORBit2-2.14.17 @@ -10,6 +10,9 @@ MAINTAINER= rh@NetBSD.org HOMEPAGE= http://orbit-resource.sourceforge.net/ COMMENT= High-performance CORBA ORB with C language support +# gtkdoc-rebase needed during installation +BUILD_DEPENDS+= gtk-doc>=1.9:../../textproc/gtk-doc + PKG_INSTALLATION_TYPES= overwrite pkgviews PKG_DESTDIR_SUPPORT= user-destdir |