summaryrefslogtreecommitdiff
path: root/x11/xsnow
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 /x11/xsnow
parent7c7115cddaa412e231fb506211a8a0a7da88a54a (diff)
downloadpkgsrc-df7d10dbeb6ea893cc9ee596440b17f678ac520b.tar.gz
Convert all libnbcompat/buildlink3.mk references to inplace.mk.
Diffstat (limited to 'x11/xsnow')
-rw-r--r--x11/xsnow/Makefile7
1 files changed, 3 insertions, 4 deletions
diff --git a/x11/xsnow/Makefile b/x11/xsnow/Makefile
index 65d1c77b74d..e37cc0e6bb6 100644
--- a/x11/xsnow/Makefile
+++ b/x11/xsnow/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.23 2007/02/22 19:27:29 wiz Exp $
+# $NetBSD: Makefile,v 1.24 2007/09/06 21:51:55 jlam Exp $
DISTNAME= xsnow-1.42
PKGREVISION= 2
@@ -14,9 +14,8 @@ USE_IMAKE= yes
.include "../../mk/bsd.prefs.mk"
.if !empty(LOWER_OPSYS:Mirix5*)
-# needs snprintf()
-. include "../../pkgtools/libnbcompat/buildlink3.mk"
-IMAKEOPTS+= -DExtraLibraries=${BUILDLINK_LDADD.libnbcompat:Q}
+. include "../../pkgtools/libnbcompat/inplace.mk" # snprintf()
+IMAKEOPTS+= -DExtraLibraries=${LIBS:Q}
.endif
.include "../../x11/libXext/buildlink3.mk"