summaryrefslogtreecommitdiff
path: root/x11/randrext
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 /x11/randrext
parent653fc394cf90f0060e1f2c73421654259ba4555c (diff)
downloadpkgsrc-79245d24cfa5e3e5c3dbfe27fcffba3dcf870858.tar.gz
PKGCONFIG_OVERRIDE is relative to WRKSRC.
Diffstat (limited to 'x11/randrext')
-rw-r--r--x11/randrext/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/randrext/Makefile b/x11/randrext/Makefile
index d63e0c1ac29..f65bc72ab2e 100644
--- a/x11/randrext/Makefile
+++ b/x11/randrext/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2003/12/04 14:39:55 recht Exp $
+# $NetBSD: Makefile,v 1.2 2004/02/14 18:26:30 jmmv Exp $
#
DISTNAME= randrext-1.0
@@ -13,7 +13,7 @@ COMMENT= RandR extension (Headers and documentation files)
USE_BUILDLINK2= yes
GNU_CONFIGURE= yes
-PKGCONFIG_OVERRIDE+= ${WRKSRC}/randr.pc.in
+PKGCONFIG_OVERRIDE+= randr.pc.in
.include "../../devel/pkgconfig/buildlink2.mk"
.include "../../mk/bsd.pkg.mk"