diff options
author | tron <tron> | 2006-01-25 18:08:33 +0000 |
---|---|---|
committer | tron <tron> | 2006-01-25 18:08:33 +0000 |
commit | 5c8c7f8c970094ae7c6702f05d4c4d0403feda5f (patch) | |
tree | f52d68d066e1b7e4ecbf95c7410de39f9aebc98d /www/apache2 | |
parent | e84075cf74abd08b988518bdd7bd7a4fe3130034 (diff) | |
download | pkgsrc-5c8c7f8c970094ae7c6702f05d4c4d0403feda5f.tar.gz |
Add "pkg-config" to the list of tools required for building the
apache2" package. This should fix PR pkg/32622.
Diffstat (limited to 'www/apache2')
-rw-r--r-- | www/apache2/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/apache2/Makefile b/www/apache2/Makefile index e1a14374ea4..9540bcdf620 100644 --- a/www/apache2/Makefile +++ b/www/apache2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.93 2006/01/24 07:32:45 wiz Exp $ +# $NetBSD: Makefile,v 1.94 2006/01/25 18:08:33 tron Exp $ .include "Makefile.common" @@ -13,7 +13,7 @@ CONFLICTS= apache-*ssl-[0-9]* apache-[0-9]* apache6-[0-9]* BUILD_DEFS+= USE_INET6 -USE_TOOLS+= perl:run +USE_TOOLS+= perl:run pkg-config USE_LIBTOOL= yes GNU_CONFIGURE= yes CONFIGURE_ARGS+= --enable-layout=NetBSD |