summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBryan Drewery <bdrewery@FreeBSD.org>2013-12-11 17:31:22 +0000
committerBryan Drewery <bdrewery@FreeBSD.org>2013-12-11 17:31:22 +0000
commit5439a5b5921aeadef9901a6ad0c02bcc414422e1 (patch)
tree2fb00412eb47d3d476f13ccf148673952c81c47b
parent- Add dependency on pkgconfig (libspectre is not detected otherwise, (diff)
Fix dependency
-rw-r--r--audio/musicpd/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/musicpd/Makefile b/audio/musicpd/Makefile
index dbb8001704ef..80cf8f081936 100644
--- a/audio/musicpd/Makefile
+++ b/audio/musicpd/Makefile
@@ -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