diff options
author | jlam <jlam@pkgsrc.org> | 2002-08-25 19:43:33 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2002-08-25 19:43:33 +0000 |
commit | 54b8c01927ece651f77440db5ff508dddf1857be (patch) | |
tree | f3dd80b594e158134a545b6d04e86e6bc9bb1047 /pkgtools/x11-links | |
parent | a3b55cd1caed840fcd6d7d8d37b9d2ed927d01c5 (diff) | |
download | pkgsrc-54b8c01927ece651f77440db5ff508dddf1857be.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/Makefile | 6 |
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" |