diff options
author | jmmv <jmmv@pkgsrc.org> | 2005-12-28 18:19:07 +0000 |
---|---|---|
committer | jmmv <jmmv@pkgsrc.org> | 2005-12-28 18:19:07 +0000 |
commit | b8060aa07daf390aaa501691bed24fe2cb911f59 (patch) | |
tree | aafefe17669a0ce8aec585acd57f38983a33ac94 /misc/yelp | |
parent | 7650118cb5eddf5bc2f558d57ae0acebc6119962 (diff) | |
download | pkgsrc-b8060aa07daf390aaa501691bed24fe2cb911f59.tar.gz |
Unbreak this package by requiring a firefox package that provides the .pc
files.
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" |