diff options
author | joerg <joerg> | 2008-05-26 02:13:14 +0000 |
---|---|---|
committer | joerg <joerg> | 2008-05-26 02:13:14 +0000 |
commit | 322586ec7e056266c541d642423c9aca509f0329 (patch) | |
tree | b711f279533efa082bd9211a7161438542a8810d /www/apache22/Makefile | |
parent | 3540101cf6e8308dd8f7a131d1f776f628b525f2 (diff) | |
download | pkgsrc-322586ec7e056266c541d642423c9aca509f0329.tar.gz |
Second round of explicit pax dependencies. As reminded by tnn@,
many packages used to use ${PAX}. Use the common way of directly calling
pax, it is created as tool after all.
Diffstat (limited to 'www/apache22/Makefile')
-rw-r--r-- | www/apache22/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/apache22/Makefile b/www/apache22/Makefile index f19786581cc..015dca44aeb 100644 --- a/www/apache22/Makefile +++ b/www/apache22/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.24 2008/01/21 15:07:10 xtraeme Exp $ +# $NetBSD: Makefile,v 1.25 2008/05/26 02:13:25 joerg Exp $ .include "Makefile.common" @@ -14,7 +14,7 @@ CONFLICTS= apache-{,*ssl}-[0-9]* apache6-[0-9]* BUILD_DEFS+= IPV6_READY BUILD_DEFS+= VARBASE -USE_TOOLS+= perl perl:run pkg-config +USE_TOOLS+= pax perl perl:run pkg-config USE_LIBTOOL= yes GNU_CONFIGURE= yes CONFIGURE_ARGS+= --enable-layout=NetBSD |