diff --git a/www/php4-pgsql/Makefile b/www/php4-pgsql/Makefile index b98099e1eb7c..5898a6c691ba 100644 --- a/www/php4-pgsql/Makefile +++ b/www/php4-pgsql/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2001/05/14 15:04:51 jlam Exp $ +# $NetBSD: Makefile,v 1.6 2001/05/14 15:10:25 jlam Exp $ .include "../../www/php4/Makefile.module" @@ -10,7 +10,6 @@ COMMENT= PHP4 extension for PostgreSQL databases DEPENDS+= postgresql-{6.5.3*,7.0*,lib-*}:../../databases/postgresql-lib -EVAL_PREFIX+= PGSQLDIR=postgresql -CONFIGURE_ARGS+= --with-${MODNAME}=shared,${PGSQLDIR} +CONFIGURE_ARGS+= --with-${MODNAME}=shared,${LOCALBASE} .include "../../mk/bsd.pkg.mk"