summaryrefslogtreecommitdiff
path: root/pkgtools/x11-links
diff options
context:
space:
mode:
Diffstat (limited to 'pkgtools/x11-links')
-rw-r--r--pkgtools/x11-links/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgtools/x11-links/Makefile b/pkgtools/x11-links/Makefile
index 83d04b3e28c..a55990ea595 100644
--- a/pkgtools/x11-links/Makefile
+++ b/pkgtools/x11-links/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.14 2002/08/23 14:27:14 abs Exp $
+# $NetBSD: Makefile,v 1.15 2002/08/25 19:43:33 jlam Exp $
#
# NOTE: If you update this package, then you'll likely need to also update
# the x11-links dependency in x11.buildlink.mk to the correct version,
@@ -42,8 +42,8 @@ do-install:
${ECHO} "@unexec ${RM} -rf %D/${BUILDLINK_X11_SUBDIR}" >> ${PLIST_SRC}
.if !empty(X11BASE:M*openwin)
-. include "openwin.buildlink.mk"
+. include "openwin.buildlink2.mk"
.else
-. include "xfree.buildlink.mk"
+. include "xfree.buildlink2.mk"
.endif
.include "../../mk/bsd.pkg.mk"