summaryrefslogtreecommitdiff
path: root/x11/xsnow
diff options
context:
space:
mode:
authorjlam <jlam>2007-09-06 21:51:52 +0000
committerjlam <jlam>2007-09-06 21:51:52 +0000
commit74be54d4d4df4b95f2feef29fe0d89cbbd62dbfe (patch)
treefa6905795590589ebd0b0c62593b671b65dced58 /x11/xsnow
parent61d7aab93098dd6e1a8bc722ae2f5db4901818e3 (diff)
downloadpkgsrc-74be54d4d4df4b95f2feef29fe0d89cbbd62dbfe.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"