summaryrefslogtreecommitdiff
path: root/databases/libgda
diff options
context:
space:
mode:
authorjmmv <jmmv>2004-02-14 18:26:26 +0000
committerjmmv <jmmv>2004-02-14 18:26:26 +0000
commit79245d24cfa5e3e5c3dbfe27fcffba3dcf870858 (patch)
treec1e08f830ccc454388579e8a5bb683d354ff965d /databases/libgda
parent653fc394cf90f0060e1f2c73421654259ba4555c (diff)
downloadpkgsrc-79245d24cfa5e3e5c3dbfe27fcffba3dcf870858.tar.gz
PKGCONFIG_OVERRIDE is relative to WRKSRC.
Diffstat (limited to 'databases/libgda')
-rw-r--r--databases/libgda/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/libgda/Makefile b/databases/libgda/Makefile
index ff474065984..85efa63d5a5 100644
--- a/databases/libgda/Makefile
+++ b/databases/libgda/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2003/12/23 13:24:39 xtraeme Exp $
+# $NetBSD: Makefile,v 1.8 2004/02/14 18:26:27 jmmv Exp $
#
.include "Makefile.common"
@@ -7,7 +7,7 @@ PKGREVISION= 2
COMMENT= GNU Database access library
-PKGCONFIG_OVERRIDE= ${WRKSRC}/libgda.pc.in
+PKGCONFIG_OVERRIDE= libgda.pc.in
.include "../../textproc/scrollkeeper/omf.mk"
.include "../../mk/bsd.pkg.mk"