diff options
author | jmmv <jmmv> | 2004-02-14 18:26:26 +0000 |
---|---|---|
committer | jmmv <jmmv> | 2004-02-14 18:26:26 +0000 |
commit | 8d793996d5668fc0806e84e6dbb8e3751942d3eb (patch) | |
tree | c1e08f830ccc454388579e8a5bb683d354ff965d /x11/libzvt | |
parent | da11955fdca8e3260773b887e23bf1a223b4e008 (diff) | |
download | pkgsrc-8d793996d5668fc0806e84e6dbb8e3751942d3eb.tar.gz |
PKGCONFIG_OVERRIDE is relative to WRKSRC.
Diffstat (limited to 'x11/libzvt')
-rw-r--r-- | x11/libzvt/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/libzvt/Makefile b/x11/libzvt/Makefile index 521f1263fdb..2a2e72ae693 100644 --- a/x11/libzvt/Makefile +++ b/x11/libzvt/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2004/02/14 17:21:56 jlam Exp $ +# $NetBSD: Makefile,v 1.11 2004/02/14 18:26:29 jmmv Exp $ # DISTNAME= libzvt-2.0.1 @@ -16,7 +16,7 @@ USE_BUILDLINK3= YES USE_GNU_TOOLS+= make USE_X11= YES USE_LIBTOOL= YES -PKGCONFIG_OVERRIDE= ${WRKSRC}/libzvt/libzvt-2.0.pc.in +PKGCONFIG_OVERRIDE= libzvt/libzvt-2.0.pc.in .include "../../graphics/libart2/buildlink3.mk" .include "../../devel/pkgconfig/buildlink3.mk" |