diff options
author | drochner <drochner@pkgsrc.org> | 2007-11-06 19:56:22 +0000 |
---|---|---|
committer | drochner <drochner@pkgsrc.org> | 2007-11-06 19:56:22 +0000 |
commit | 8a41d071fbec5a7d4cc06fad4ca003888395a2db (patch) | |
tree | 34c7154e9e84015253012df63696f3a16160f483 /www | |
parent | ad9c53dd12a13f1916ea16d45dec166be96e33a0 (diff) | |
download | pkgsrc-8a41d071fbec5a7d4cc06fad4ca003888395a2db.tar.gz |
update path in PKGCONFIG_OVERRIDE
(purely cosmetical because there are no libraries to add rpaths for)
Diffstat (limited to 'www')
-rw-r--r-- | www/epiphany/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/epiphany/Makefile b/www/epiphany/Makefile index a283ff29d78..dbcaa8b6e39 100644 --- a/www/epiphany/Makefile +++ b/www/epiphany/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.77 2007/11/03 17:30:57 drochner Exp $ +# $NetBSD: Makefile,v 1.78 2007/11/06 19:56:22 drochner Exp $ # DISTNAME= epiphany-2.20.1 @@ -17,7 +17,7 @@ USE_LIBTOOL= YES USE_PKGLOCALEDIR= YES USE_LANGUAGES= c c++ -PKGCONFIG_OVERRIDE= data/epiphany-2.16.pc +PKGCONFIG_OVERRIDE= data/epiphany-2.20.pc .include "options.mk" |