diff options
author | drochner <drochner> | 2007-11-03 17:30:57 +0000 |
---|---|---|
committer | drochner <drochner> | 2007-11-03 17:30:57 +0000 |
commit | 56b493a0fe3a52f19b993ae9ef932665317b1b83 (patch) | |
tree | 622eeeba749220bd7e919731f117d41d0e542fbf /www/epiphany-extensions/Makefile | |
parent | 5e2e2470c9155274b6ea5e4a6a1f12c4d78fb631 (diff) | |
download | pkgsrc-56b493a0fe3a52f19b993ae9ef932665317b1b83.tar.gz |
update to 2.20.1
This switches to the new gnome-2.20 branch.
Diffstat (limited to 'www/epiphany-extensions/Makefile')
-rw-r--r-- | www/epiphany-extensions/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/www/epiphany-extensions/Makefile b/www/epiphany-extensions/Makefile index 97d714dd74b..0daf591fc94 100644 --- a/www/epiphany-extensions/Makefile +++ b/www/epiphany-extensions/Makefile @@ -1,10 +1,9 @@ -# $NetBSD: Makefile,v 1.42 2007/09/21 13:04:27 wiz Exp $ +# $NetBSD: Makefile,v 1.43 2007/11/03 17:30:57 drochner Exp $ # -DISTNAME= epiphany-extensions-2.18.3 -PKGREVISION= 2 +DISTNAME= epiphany-extensions-2.20.1 CATEGORIES= www gnome -MASTER_SITES= ${MASTER_SITE_GNOME:=sources/epiphany-extensions/2.18/} +MASTER_SITES= ${MASTER_SITE_GNOME:=sources/epiphany-extensions/2.20/} EXTRACT_SUFX= .tar.bz2 MAINTAINER= pkgsrc-users@NetBSD.org @@ -16,6 +15,7 @@ USE_TOOLS+= gmake intltool msgfmt pkg-config USE_LIBTOOL= YES USE_PKGLOCALEDIR= YES USE_LANGUAGES= c c++ +USE_DIRS+= gnome2-1.5 # Avoid -Werror, which breaks the build sometimes. CONFIGURE_ARGS+= --enable-compile-warnings=no |