diff options
author | wiz <wiz@pkgsrc.org> | 2006-07-10 17:11:32 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2006-07-10 17:11:32 +0000 |
commit | 83035f3393887247b80c0767f2d2633844b7298f (patch) | |
tree | a0924c6f2e4e3660390ae640a32441eabbf4ae36 /mk/apache.mk | |
parent | 41f2051ba00639d66b186e7fd63cda15c9b7b527 (diff) | |
download | pkgsrc-83035f3393887247b80c0767f2d2633844b7298f.tar.gz |
Remove reference to buildlink2.
Diffstat (limited to 'mk/apache.mk')
-rw-r--r-- | mk/apache.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mk/apache.mk b/mk/apache.mk index 5d2c059742f..9e940e74206 100644 --- a/mk/apache.mk +++ b/mk/apache.mk @@ -1,4 +1,4 @@ -# $NetBSD: apache.mk,v 1.12 2006/06/02 18:27:57 joerg Exp $ +# $NetBSD: apache.mk,v 1.13 2006/07/10 17:11:32 wiz Exp $ # # This Makefile fragment handles Apache dependencies and make variables, # and is meant to be included by packages that require Apache either at @@ -36,7 +36,7 @@ APACHE_MK= # defined # Add a runtime dependency on the apache server. # This may or may not create an actual dependency depending on -# what the apache buildlink[23].mk file does. +# what the apache buildlink3.mk file does. # .if defined(_APACHE_PKGSRCDIR) . include "${_APACHE_BL_SRCDIR}/buildlink3.mk" |