svn commit: r336185 - head/audio/musicpd

Bryan Drewery bdrewery at FreeBSD.org
Wed Dec 11 17:31:22 UTC 2013


Author: bdrewery
Date: Wed Dec 11 17:31:22 2013
New Revision: 336185
URL: http://svnweb.freebsd.org/changeset/ports/336185

Log:
  Fix dependency

Modified:
  head/audio/musicpd/Makefile

Modified: head/audio/musicpd/Makefile
==============================================================================
--- head/audio/musicpd/Makefile	Wed Dec 11 17:06:36 2013	(r336184)
+++ head/audio/musicpd/Makefile	Wed Dec 11 17:31:22 2013	(r336185)
@@ -241,7 +241,7 @@ CONFIGURE_ARGS+=--disable-lsr
 .endif
 
 .if ${PORT_OPTIONS:MSQLITE3}
-LIB_DEPENDS+=	libsqlite3.so:${ORTSDIR}/databases/sqlite3
+LIB_DEPENDS+=	libsqlite3.so:${PORTSDIR}/databases/sqlite3
 CONFIGURE_ARGS+=--enable-sqlite
 .else
 CONFIGURE_ARGS+=--disable-sqlite


More information about the svn-ports-all mailing list