diff options
author | jmmv <jmmv@pkgsrc.org> | 2004-02-14 18:26:26 +0000 |
---|---|---|
committer | jmmv <jmmv@pkgsrc.org> | 2004-02-14 18:26:26 +0000 |
commit | 4932fab3f227fbfbad27ff0bca77400f0c3397fe (patch) | |
tree | c1e08f830ccc454388579e8a5bb683d354ff965d /devel/GConf2/Makefile.common | |
parent | df1553a4f0d66bbe0583c891b890ae9e33fd1398 (diff) | |
download | pkgsrc-4932fab3f227fbfbad27ff0bca77400f0c3397fe.tar.gz |
PKGCONFIG_OVERRIDE is relative to WRKSRC.
Diffstat (limited to 'devel/GConf2/Makefile.common')
-rw-r--r-- | devel/GConf2/Makefile.common | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/GConf2/Makefile.common b/devel/GConf2/Makefile.common index e447b28c5d3..1d57a27f9ee 100644 --- a/devel/GConf2/Makefile.common +++ b/devel/GConf2/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.15 2004/02/14 17:21:36 jlam Exp $ +# $NetBSD: Makefile.common,v 1.16 2004/02/14 18:26:27 jmmv Exp $ # DISTNAME= GConf-2.4.0.1 @@ -23,7 +23,7 @@ USE_LIBTOOL= yes USE_GNU_TOOLS+= make USE_PERL5= build -PKGCONFIG_OVERRIDE= ${WRKSRC}/gconf-2.0.pc.in +PKGCONFIG_OVERRIDE= gconf-2.0.pc.in PKG_SYSCONFSUBDIR= gconf |