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 | 01f150180b1f9b844aaea9e9a8e12e999be5a0df (patch) | |
tree | 02f989201af523d3250ba8c0f3b557853ae9d9a3 | |
parent | b02f0528c748152d1d88f57c26915066d5b28d68 (diff) | |
download | pkgsrc-01f150180b1f9b844aaea9e9a8e12e999be5a0df.tar.gz |
- This package doesn't use pkg-config at build time.
- Use a path relative to WRKSRC for PKGCONFIG_OVERRIDE.
-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" |