[Midnightbsd-cvs] mports [21499] trunk/devel/subversion/Makefile.common: tweak depends
laffer1 at midnightbsd.org
laffer1 at midnightbsd.org
Mon Aug 1 19:08:30 EDT 2016
Revision: 21499
http://svnweb.midnightbsd.org/mports/?rev=21499
Author: laffer1
Date: 2016-08-01 19:08:29 -0400 (Mon, 01 Aug 2016)
Log Message:
-----------
tweak depends
Modified Paths:
--------------
trunk/devel/subversion/Makefile.common
Modified: trunk/devel/subversion/Makefile.common
===================================================================
--- trunk/devel/subversion/Makefile.common 2016-08-01 23:05:14 UTC (rev 21498)
+++ trunk/devel/subversion/Makefile.common 2016-08-01 23:08:29 UTC (rev 21499)
@@ -16,8 +16,9 @@
CPE_VENDOR= apache
LIB_DEPENDS+= libapr-1.so:${PORTSDIR}/devel/apr1 \
- ${LOCALBASE}/lib/libsqlite3.so:${PORTSDIR}/databases/sqlite3 \
+ libsqlite3.so:${PORTSDIR}/databases/sqlite3 \
libexpat.so:${PORTSDIR}/textproc/expat2
+BUILD_DEPENDS+= ${LOCALBASE}/bin/sqlite3:${PORTSDIR}/databases/sqlite3
CONFIGURE_ARGS+= --without-swig \
--with-sqlite=${LOCALBASE} \
More information about the Midnightbsd-cvs
mailing list