View | Details | Raw Unified | Return to bug 82019 | Differences between
and this patch

Collapse All | Expand All

(-)/usr/ports/lang/php5/Makefile.ext (+4 lines)
Lines 409-414 Link Here
409
.	endif
409
.	endif
410
.	if defined(WITH_DB4)
410
.	if defined(WITH_DB4)
411
WITH_DB4_VER?=  41
411
WITH_DB4_VER?=  41
412
.		if ${WITH_DB4_VER} == 43
413
LIB_DEPENDS+=   db-4.3.0:${PORTSDIR}/databases/db43
414
.		else
412
.		if ${WITH_DB4_VER} == 42
415
.		if ${WITH_DB4_VER} == 42
413
LIB_DEPENDS+=   db-4.2.2:${PORTSDIR}/databases/db42
416
LIB_DEPENDS+=   db-4.2.2:${PORTSDIR}/databases/db42
414
.		else
417
.		else
Lines 416-421 Link Here
416
LIB_DEPENDS+=   db4.0:${PORTSDIR}/databases/db4
419
LIB_DEPENDS+=   db4.0:${PORTSDIR}/databases/db4
417
.		else
420
.		else
418
LIB_DEPENDS+=   db41.1:${PORTSDIR}/databases/db41
421
LIB_DEPENDS+=   db41.1:${PORTSDIR}/databases/db41
422
.		endif
419
.		endif
423
.		endif
420
.		endif
424
.		endif
421
CONFIGURE_ARGS+=--with-db4=${LOCALBASE}
425
CONFIGURE_ARGS+=--with-db4=${LOCALBASE}

Return to bug 82019