Hi i am trying to compile and install devel/p5-subversion but it keeps asking for libdb-5.3.a and I can't find it in the ports tree to compile and reinstall, please help.
nedry
nedry
subversion-1.9.5 depends on file /usr/local/lib/libdb-5.3.a - not found
make config
in devel/p5-subversion not devel/subversion so I thought I might have to edit Makefiles etc, thanks for your help, nedry.if defined(WITH_SUBVERSION_VER) && ${WITH_SUBVERSION_VER} == 18
MASTERDIR= ${.CURDIR}/../../devel/subversion18
.else
MASTERDIR= ${.CURDIR}/../../devel/subversion
.endif
PKGDIR= ${.CURDIR}