summaryrefslogtreecommitdiff
path: root/pkgtools/pkgfind
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2007-09-06 21:51:52 +0000
committerjlam <jlam@pkgsrc.org>2007-09-06 21:51:52 +0000
commitdf7d10dbeb6ea893cc9ee596440b17f678ac520b (patch)
treefa6905795590589ebd0b0c62593b671b65dced58 /pkgtools/pkgfind
parent7c7115cddaa412e231fb506211a8a0a7da88a54a (diff)
downloadpkgsrc-df7d10dbeb6ea893cc9ee596440b17f678ac520b.tar.gz
Convert all libnbcompat/buildlink3.mk references to inplace.mk.
Diffstat (limited to 'pkgtools/pkgfind')
-rw-r--r--pkgtools/pkgfind/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgtools/pkgfind/Makefile b/pkgtools/pkgfind/Makefile
index 363b6a28ba3..125d6b8efaf 100644
--- a/pkgtools/pkgfind/Makefile
+++ b/pkgtools/pkgfind/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.17 2007/05/18 10:03:31 peter Exp $
+# $NetBSD: Makefile,v 1.18 2007/09/06 21:51:54 jlam Exp $
DISTNAME= pkgfind-20050804
CATEGORIES= pkgtools
@@ -37,7 +37,7 @@ SUBST_MESSAGE.path= Adjusting pkgsrc directory.
.if ${OPSYS} != "NetBSD" && ${OPSYS} != "FreeBSD" && ${OPSYS} != "DragonFly"
CFLAGS+= -DNEED_LIBNBCOMPAT
LDFLAGS+= -lnbcompat
-. include "../../pkgtools/libnbcompat/buildlink3.mk"
+. include "../../pkgtools/libnbcompat/inplace.mk"
.endif
.include "../../mk/bsd.pkg.mk"