diff options
author | jmmv <jmmv> | 2004-02-14 18:26:26 +0000 |
---|---|---|
committer | jmmv <jmmv> | 2004-02-14 18:26:26 +0000 |
commit | 79245d24cfa5e3e5c3dbfe27fcffba3dcf870858 (patch) | |
tree | c1e08f830ccc454388579e8a5bb683d354ff965d /misc/gok | |
parent | 653fc394cf90f0060e1f2c73421654259ba4555c (diff) | |
download | pkgsrc-79245d24cfa5e3e5c3dbfe27fcffba3dcf870858.tar.gz |
PKGCONFIG_OVERRIDE is relative to WRKSRC.
Diffstat (limited to 'misc/gok')
-rw-r--r-- | misc/gok/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/gok/Makefile b/misc/gok/Makefile index 3a86837be31..cd4ab173acf 100644 --- a/misc/gok/Makefile +++ b/misc/gok/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2004/02/14 17:21:45 jlam Exp $ +# $NetBSD: Makefile,v 1.8 2004/02/14 18:26:28 jmmv Exp $ # DISTNAME= gok-0.8.4 @@ -23,7 +23,7 @@ GNU_CONFIGURE= yes CONFIGURE_ARGS+= --with-html-dir=${PREFIX}/share/doc/html CONFIGURE_ARGS+= --disable-gtk-doc -PKGCONFIG_OVERRIDE+= ${WRKSRC}/gok-1.0.pc.in +PKGCONFIG_OVERRIDE+= gok-1.0.pc.in GCONF2_SCHEMAS= gok.schemas |