diff options
author | rh <rh> | 2002-10-30 03:09:25 +0000 |
---|---|---|
committer | rh <rh> | 2002-10-30 03:09:25 +0000 |
commit | 4420c0738fb454cd1c2373e2252c894ff1e0da1d (patch) | |
tree | b57a6c9b34c1159eea1751ac22709c1f6436e822 /net/linc/Makefile | |
parent | 59c8ab91dfdd31d963a8b0328b20b6c185db65e4 (diff) | |
download | pkgsrc-4420c0738fb454cd1c2373e2252c894ff1e0da1d.tar.gz |
Replace hand made patches for pkgconfig tempates with PKGCONFIG_OVERRIDE.
Diffstat (limited to 'net/linc/Makefile')
-rw-r--r-- | net/linc/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/linc/Makefile b/net/linc/Makefile index 077320e64e5..d48436233fe 100644 --- a/net/linc/Makefile +++ b/net/linc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2002/10/27 09:08:41 rh Exp $ +# $NetBSD: Makefile,v 1.10 2002/10/30 03:09:37 rh Exp $ # DISTNAME= linc-0.7.0 @@ -16,6 +16,7 @@ USE_BUILDLINK2= YES GNU_CONFIGURE= YES USE_LIBTOOL= YES LIBTOOL_OVERRIDE= ${WRKSRC}/libtool +PKGCONFIG_OVERRIDE= ${WRKSRC}/linc.pc.in .include "../../devel/glib2/buildlink2.mk" .include "../../devel/pkgconfig/buildlink2.mk" |