diff options
author | jlam <jlam@pkgsrc.org> | 2005-03-24 22:42:58 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2005-03-24 22:42:58 +0000 |
commit | da2fc8539087dd463808a7a952672f18f079609b (patch) | |
tree | d7fe497052393fc66a0643bdff66b2bf686bec43 /www/apache | |
parent | ea7c441daab79a9455ebd38814bdc0c1ff418fae (diff) | |
download | pkgsrc-da2fc8539087dd463808a7a952672f18f079609b.tar.gz |
Don't check for USE_BUILDLINK3 anymore in these files. These are included
by other package Makefiles, and with the deprecation of USE_BUILDLINK3
support in the infrastructure files, these had the potential to break
existing packages.
Diffstat (limited to 'www/apache')
-rw-r--r-- | www/apache/module.mk | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/www/apache/module.mk b/www/apache/module.mk index 9ce942b9a50..d2c26c9d4b9 100644 --- a/www/apache/module.mk +++ b/www/apache/module.mk @@ -1,4 +1,4 @@ -# $NetBSD: module.mk,v 1.9 2004/07/06 22:55:35 wiz Exp $ +# $NetBSD: module.mk,v 1.10 2005/03/24 22:42:59 jlam Exp $ # # This Makefile fragment is intended to be included by packages that build # and install apache modules. @@ -22,11 +22,10 @@ .if !defined(_APACHE_MODULE_MK) _APACHE_MODULE_MK= # defined + APACHE_MODULE= # defined -.if defined(USE_BUILDLINK3) -. include "../../www/apache/buildlink3.mk" -.endif +.include "../../www/apache/buildlink3.mk" APACHE_MODULE_SRCDIR?= ${WRKSRC} APACHE_MODULE_SRC?= *.c |