summaryrefslogtreecommitdiff
path: root/x11/xextensions
diff options
context:
space:
mode:
authorminskim <minskim>2004-05-08 21:56:00 +0000
committerminskim <minskim>2004-05-08 21:56:00 +0000
commit62f144d0efa3111f3564c7fbdc9af24ca55fc961 (patch)
tree02f989201af523d3250ba8c0f3b557853ae9d9a3 /x11/xextensions
parent95c54f76acf23a438ce111fe80e8117e3a009881 (diff)
downloadpkgsrc-62f144d0efa3111f3564c7fbdc9af24ca55fc961.tar.gz
- This package doesn't use pkg-config at build time.
- Use a path relative to WRKSRC for PKGCONFIG_OVERRIDE.
Diffstat (limited to 'x11/xextensions')
-rw-r--r--x11/xextensions/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/x11/xextensions/Makefile b/x11/xextensions/Makefile
index eb1900d689f..0a81bfdc424 100644
--- a/x11/xextensions/Makefile
+++ b/x11/xextensions/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2004/04/13 09:58:06 xtraeme Exp $
+# $NetBSD: Makefile,v 1.2 2004/05/08 21:56:00 minskim Exp $
#
DISTNAME= xextensions-1.0.1
@@ -15,8 +15,7 @@ CONFLICTS+= XFree86-libs-[0-9]*
PKG_INSTALLATION_TYPES= overwrite pkgviews
USE_BUILDLINK3= yes
-PKGCONFIG_OVERRIDE= ${WRKSRC}/xextensions.pc.in
+PKGCONFIG_OVERRIDE= xextensions.pc.in
GNU_CONFIGURE= yes
-.include "../../devel/pkgconfig/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"