summaryrefslogtreecommitdiff
path: root/dns/mydns
diff options
context:
space:
mode:
Diffstat (limited to 'dns/mydns')
-rw-r--r--dns/mydns/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/dns/mydns/Makefile b/dns/mydns/Makefile
index afbbf3a5798d..a7a3478443ad 100644
--- a/dns/mydns/Makefile
+++ b/dns/mydns/Makefile
@@ -31,7 +31,7 @@ DOCS= AUTHORS COPYING ChangeLog NEWS QUICKSTART README TODO
.include <bsd.port.pre.mk>
.if defined (WITH_PGSQL)
-LIB_DEPENDS= pq.3:${PORTSDIR}/databases/postgresql7
+LIB_DEPENDS+= pq.3:${PORTSDIR}/databases/postgresql7
CONFIGURE_ARGS+=--without-mysql
PKGNAMESUFFIX= -pg
.else