diff options
author | jlam <jlam> | 2002-09-20 23:53:32 +0000 |
---|---|---|
committer | jlam <jlam> | 2002-09-20 23:53:32 +0000 |
commit | d9465c8ac56ce4c952eb1b3e4f614fbf8c528a6c (patch) | |
tree | 72fdad43f30d8779f593d03543f3cf7d870f52b0 /pkgtools | |
parent | cc6adcbd109cdb2e009f13a9789f4a7a9830f886 (diff) | |
download | pkgsrc-d9465c8ac56ce4c952eb1b3e4f614fbf8c528a6c.tar.gz |
Fix comment to note that you'll need to update the x11-links dependency in
bsd.buildlink2.mk as well.
Diffstat (limited to 'pkgtools')
-rw-r--r-- | pkgtools/x11-links/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/pkgtools/x11-links/Makefile b/pkgtools/x11-links/Makefile index 88249b40523..fb4d9b8274c 100644 --- a/pkgtools/x11-links/Makefile +++ b/pkgtools/x11-links/Makefile @@ -1,8 +1,9 @@ -# $NetBSD: Makefile,v 1.16 2002/08/26 06:28:42 jlam Exp $ +# $NetBSD: Makefile,v 1.17 2002/09/20 23:53:32 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, -# usually the most recent. +# the x11-links dependency in mk/x11.buildlink.mk and in +# mk/buildlink2/bsd.buidlink2.mk to the correct version, usually the +# most recent. DISTNAME= x11-links-0.8 CATEGORIES= pkgtools x11 |