diff options
author | jlam <jlam> | 2001-06-12 20:33:00 +0000 |
---|---|---|
committer | jlam <jlam> | 2001-06-12 20:33:00 +0000 |
commit | fd84d28d8352059389e91aca8959642a58dc2a4d (patch) | |
tree | 154e7feac1d9bd8853bbdc9b7ffa45c13b83f32f /www/php4 | |
parent | 080b575bef9ed36b09b664dcbc732e2ae2650944 (diff) | |
download | pkgsrc-fd84d28d8352059389e91aca8959642a58dc2a4d.tar.gz |
LIBS is automatically added to CONFIGURE_ENV by bsd.pkg.mk if
GNU_CONFIGURE is defined, so simply set LIBS to the appropriate value.
Diffstat (limited to 'www/php4')
-rw-r--r-- | www/php4/Makefile.common | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/www/php4/Makefile.common b/www/php4/Makefile.common index 7e3b07fbc15..ef9de2dc711 100644 --- a/www/php4/Makefile.common +++ b/www/php4/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.13 2001/06/11 06:34:56 jlam Exp $ +# $NetBSD: Makefile.common,v 1.14 2001/06/12 20:33:09 jlam Exp $ DISTNAME= php-${PHP_DIST_VERS} PHP_DIST_VERS= 4.0.5 @@ -40,7 +40,6 @@ DEPENDS+= zlib-*:../../devel/zlib # Here we configure only for what NetBSD ships. We add the rest via modules. # GNU_CONFIGURE= # defined -CONFIGURE_ENV+= LIBS="${LIBS}" USE_LIBINTL= # defined .if exists(/usr/include/libintl.h) |