diff options
author | minskim <minskim@pkgsrc.org> | 2004-05-08 21:56:00 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2004-05-08 21:56:00 +0000 |
commit | 5a1a0feb75e7d6b32f2ef988274a7ec4ee6bc99d (patch) | |
tree | 02f989201af523d3250ba8c0f3b557853ae9d9a3 /x11 | |
parent | 92bade06f713bdfcefe37f1b4d16df7f2fb54fdb (diff) | |
download | pkgsrc-5a1a0feb75e7d6b32f2ef988274a7ec4ee6bc99d.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')
-rw-r--r-- | x11/xextensions/Makefile | 5 |
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" |