diff options
author | jmmv <jmmv@pkgsrc.org> | 2005-12-28 18:12:33 +0000 |
---|---|---|
committer | jmmv <jmmv@pkgsrc.org> | 2005-12-28 18:12:33 +0000 |
commit | af941bf3d0d53bda21495f4b8a265816f9f5318e (patch) | |
tree | a842302ad7396960b1681a025a91865e0856e18a | |
parent | 1b9e244d6c6942fb313f9f2f8cc0d3d516df2df9 (diff) | |
download | pkgsrc-af941bf3d0d53bda21495f4b8a265816f9f5318e.tar.gz |
Unbreak this package by requiring a firefox package that provides the .pc
files.
-rw-r--r-- | www/epiphany/Makefile | 8 |
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 |