diff options
Diffstat (limited to 'misc/yelp')
-rw-r--r-- | misc/yelp/Makefile | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/misc/yelp/Makefile b/misc/yelp/Makefile index 7c87b8e1ca1..888d4ec7408 100644 --- a/misc/yelp/Makefile +++ b/misc/yelp/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.37 2005/12/26 23:39:33 schmonz Exp $ +# $NetBSD: Makefile,v 1.38 2005/12/28 18:19:07 jmmv Exp $ # DISTNAME= yelp-2.12.1 @@ -10,9 +10,6 @@ MAINTAINER= tech-pkg@NetBSD.org HOMEPAGE= http://www.gnome.org/ COMMENT= Help browser for GNOME 2 desktop -PKG_FAIL_REASON+= "Broken on NetBSD/i386 3.0 in pkgsrc-2005Q4" -PKG_FAIL_REASON+= "Will be removed in pkgsrc-2006Q1 unless fixed" - DEPENDS+= docbook>=4.2:../../textproc/docbook BUILD_USES_MSGFMT= yes @@ -32,6 +29,11 @@ PKG_OPTIONS_VAR= PKG_OPTIONS.yelp .include "../../www/mozilla/gecko-options.mk" .include "../../mk/bsd.options.mk" +.if !empty(PKG_OPTIONS:Mfirefox) +# Require a version that has the .pc files in it. +BUILDLINK_DEPENDS.firefox+= firefox>=1.5nb2 +.endif + .include "../../archivers/bzip2/buildlink3.mk" .include "../../devel/GConf2/schemas.mk" .include "../../devel/gettext-lib/buildlink3.mk" |