[Refdb-cvs] CVS: ports/freebsd Makefile,1.5,1.6
Status: Beta
Brought to you by:
mhoenicka
From: Paul A. H. <pau...@us...> - 2006-01-24 05:31:29
|
Update of /cvsroot/refdb/ports/freebsd In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17528 Modified Files: Makefile Log Message: Minor changes made by Volker Stolz <vs...@Fr...> on most recent commit to FreeBSD ports collection. This is really a temporary solution to the libdbi/libdbi-drivers problem. If the libdbi-drivers port is split into sub-ports in the future, we can fix this Makefile so that the RefDB port works under all circumstances instead of most. Index: Makefile =================================================================== RCS file: /cvsroot/refdb/ports/freebsd/Makefile,v retrieving revision 1.5 retrieving revision 1.6 diff -u -U2 -r1.5 -r1.6 --- Makefile 29 Nov 2005 01:27:34 -0000 1.5 +++ Makefile 24 Jan 2006 05:31:21 -0000 1.6 @@ -15,8 +15,7 @@ COMMENT= Bibliographic reference database -LIB_DEPENDS= expat.5:${PORTSDIR}/textproc/expat2 -BUILD_DEPENDS+= dbi>=0.8.1:${PORTSDIR}/databases/libdbi +LIB_DEPENDS= expat.5:${PORTSDIR}/textproc/expat2 \ + dbi.0:${PORTSDIR}/databases/libdbi -WRKSRC= ${WRKDIR}/refdb-0.9.6 USE_GMAKE= yes HAS_CONFIGURE= yes |