summaryrefslogtreecommitdiff
path: root/databases/libpqxx
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/libpqxx
parent653fc394cf90f0060e1f2c73421654259ba4555c (diff)
downloadpkgsrc-79245d24cfa5e3e5c3dbfe27fcffba3dcf870858.tar.gz
PKGCONFIG_OVERRIDE is relative to WRKSRC.
Diffstat (limited to 'databases/libpqxx')
-rw-r--r--databases/libpqxx/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/libpqxx/Makefile b/databases/libpqxx/Makefile
index 6a2fe355503..b973805d610 100644
--- a/databases/libpqxx/Makefile
+++ b/databases/libpqxx/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2004/02/14 17:21:35 jlam Exp $
+# $NetBSD: Makefile,v 1.7 2004/02/14 18:26:27 jmmv Exp $
#
.include "../../databases/libpqxx/Makefile.common"
@@ -11,7 +11,7 @@ USE_LANGUAGES= c c++
USE_BUILDLINK2= yes
USE_LIBTOOL= yes
USE_PKGLOCALEDIR= yes
-PKGCONFIG_OVERRIDE+= ${WRKSRC}/libpqxx.pc.in
+PKGCONFIG_OVERRIDE+= libpqxx.pc.in
GNU_CONFIGURE= yes
PG_PREFIX= ${BUILDLINK_PREFIX.postgresql-lib}