summaryrefslogtreecommitdiff
path: root/misc/yelp
diff options
context:
space:
mode:
authorjmmv <jmmv>2005-12-28 18:19:07 +0000
committerjmmv <jmmv>2005-12-28 18:19:07 +0000
commitbb19dd476649a3c8464a08d02b4347656238e088 (patch)
treeaafefe17669a0ce8aec585acd57f38983a33ac94 /misc/yelp
parent50eb6c287660bd33e5228a8419cabb08109b75d2 (diff)
downloadpkgsrc-bb19dd476649a3c8464a08d02b4347656238e088.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/Makefile10
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"