diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2003-05-22 05:50:36 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2003-05-22 05:50:36 +0000 |
commit | 56bd21d86a3534e0dccd934a8071326d5d1efcd7 (patch) | |
tree | bb3e398fdd0063292a87933204196c4529a8ce69 /dns/mydns-ng/Makefile | |
parent | 2621271707b35d770f5b5ea5625c66b43d7c1280 (diff) | |
download | ports-56bd21d86a3534e0dccd934a8071326d5d1efcd7.tar.gz ports-56bd21d86a3534e0dccd934a8071326d5d1efcd7.zip |
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/Makefile')
-rw-r--r-- | dns/mydns-ng/Makefile | 2 |
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 |