diff options
author | tron <tron> | 2005-08-17 20:58:15 +0000 |
---|---|---|
committer | tron <tron> | 2005-08-17 20:58:15 +0000 |
commit | 26ba1a8fb2251d4b1d63925af80976d4953c357b (patch) | |
tree | 2128784fcb7d27405c1ac05b9dc32ba9fcd3df37 /www | |
parent | aae6acf283d97fc68141cff5381a9264b695f348 (diff) | |
download | pkgsrc-26ba1a8fb2251d4b1d63925af80976d4953c357b.tar.gz |
Define "USE_TOOLS" to make "post-extract" target work on arbitrary
configurations. Problem pointed out by Adrian Portelli in
private e-mail.
Diffstat (limited to 'www')
-rw-r--r-- | www/php4/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/www/php4/Makefile b/www/php4/Makefile index 93b24f9bf82..694f3c1e608 100644 --- a/www/php4/Makefile +++ b/www/php4/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.46 2005/08/17 19:58:34 tron Exp $ +# $NetBSD: Makefile,v 1.47 2005/08/17 20:58:15 tron Exp $ PKGNAME= php-${PHP_BASE_VERS} CATEGORIES+= lang @@ -22,6 +22,8 @@ EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} XMLRPC_DISTFILE= XML_RPC-1.4.0.tgz DISTFILES= ${EXTRACT_ONLY} ${XMLRPC_DISTFILE} +USE_TOOLS+= gzip + # On NetBSD ELF platforms, we need to link libgcc.a whole-archive so that # certain symbols from the C++ implementation (__get_eh_context, etc.) # referenced by DSOs written in C++ will resolve correctly. We need to |