summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjmmv <jmmv@pkgsrc.org>2005-12-28 18:12:33 +0000
committerjmmv <jmmv@pkgsrc.org>2005-12-28 18:12:33 +0000
commitfa29499e0269612c256044aa77a7cf26f4bf2d41 (patch)
treea842302ad7396960b1681a025a91865e0856e18a
parent6873793da3464ee822300103fcb31a38d43fb9b3 (diff)
downloadpkgsrc-fa29499e0269612c256044aa77a7cf26f4bf2d41.tar.gz
Unbreak this package by requiring a firefox package that provides the .pc
files.
-rw-r--r--www/epiphany/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/www/epiphany/Makefile b/www/epiphany/Makefile
index 554f744290e..fe56d62e6ea 100644
--- a/www/epiphany/Makefile
+++ b/www/epiphany/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.43 2005/12/26 23:39:34 schmonz Exp $
+# $NetBSD: Makefile,v 1.44 2005/12/28 18:12:33 jmmv Exp $
#
DISTNAME= epiphany-1.8.2
@@ -10,9 +10,6 @@ MAINTAINER= jmmv@NetBSD.org
HOMEPAGE= http://www.gnome.org/projects/epiphany/
COMMENT= The web browser for the GNOME Desktop
-PKG_FAIL_REASON+= "Broken on NetBSD/i386 3.0 in pkgsrc-2005Q4"
-PKG_FAIL_REASON+= "Will be removed in pkgsrc-2006Q1 unless fixed"
-
BUILD_USES_MSGFMT= YES
GNU_CONFIGURE= YES
@@ -31,6 +28,9 @@ PKG_OPTIONS_VAR= PKG_OPTIONS.epiphany
.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
+
CPPFLAGS+= -I${BUILDLINK_PREFIX.firefox}/include/firefox/find
CFLAGS+= -I${BUILDLINK_PREFIX.firefox}/include/firefox/find
CPPFLAGS+= -I${BUILDLINK_PREFIX.firefox}/include/firefox/necko