View | Details | Raw Unified | Return to bug 59958
Collapse All | Expand All

(-)php4/Makefile (-1 / +1 lines)
Lines 427-433 Link Here
427
.endif
427
.endif
428
428
429
.if defined(WITH_POSTGRESQL)
429
.if defined(WITH_POSTGRESQL)
430
LIB_DEPENDS+=	pq.3:${PORTSDIR}/databases/postgresql7-client
430
LIB_DEPENDS+=	pq.3:${PORTSDIR}/databases/postgresql-client
431
CONFIGURE_ARGS+=--with-pgsql=${LOCALBASE}
431
CONFIGURE_ARGS+=--with-pgsql=${LOCALBASE}
432
.endif
432
.endif
433
433
(-)php5/Makefile (-1 / +1 lines)
Lines 406-412 Link Here
406
.endif
406
.endif
407
407
408
.if defined(WITH_POSTGRESQL)
408
.if defined(WITH_POSTGRESQL)
409
LIB_DEPENDS+=	pq.3:${PORTSDIR}/databases/postgresql7-client
409
LIB_DEPENDS+=	pq.3:${PORTSDIR}/databases/postgresql-client
410
CONFIGURE_ARGS+=--with-pgsql=${LOCALBASE}
410
CONFIGURE_ARGS+=--with-pgsql=${LOCALBASE}
411
.endif
411
.endif

Return to bug 59958