summaryrefslogtreecommitdiff
path: root/dns/mydns-ng
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2003-05-22 05:50:36 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2003-05-22 05:50:36 +0000
commit56bd21d86a3534e0dccd934a8071326d5d1efcd7 (patch)
treebb3e398fdd0063292a87933204196c4529a8ce69 /dns/mydns-ng
parentupdate japanexe/texinfo port (diff)
Maintainer port update: net/mydns
Fix dependencies when built against postgresql as well as PR: ports/52525 Submitted by: Simon Dick <simond@irrelevant.org>
Notes
Notes: svn path=/head/; revision=81668
Diffstat (limited to 'dns/mydns-ng')
-rw-r--r--dns/mydns-ng/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/dns/mydns-ng/Makefile b/dns/mydns-ng/Makefile
index afbbf3a5798d..a7a3478443ad 100644
--- a/dns/mydns-ng/Makefile
+++ b/dns/mydns-ng/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