PostgreSQL is installed into ${LOCALBASE}.
This commit is contained in:
parent
d2f44f289a
commit
c8a19cbc1b
1 changed files with 2 additions and 3 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue