summaryrefslogtreecommitdiff
path: root/pkgtools/x11-links
diff options
context:
space:
mode:
authorjlam <jlam>2002-08-25 19:43:33 +0000
committerjlam <jlam>2002-08-25 19:43:33 +0000
commit7bbcecd0e8cca65a7e685fb087e4611039d894f6 (patch)
treef3dd80b594e158134a545b6d04e86e6bc9bb1047 /pkgtools/x11-links
parent8143973602fc355819a98442e2ce9a90814e37af (diff)
downloadpkgsrc-7bbcecd0e8cca65a7e685fb087e4611039d894f6.tar.gz
Revert previous change now that the buildlink2.mk files have hit the main
trunk. These packages can now safely use buildlink2.mk files.
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"