diff options
author | edwin <edwin@FreeBSD.org> | 2003-05-22 13:50:36 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2003-05-22 13:50:36 +0800 |
commit | 66f9052ce829190d85ab1c8ae07219092601c72e (patch) | |
tree | e6d345b8c8fdf1ac93c5cb96e94b133fc3f12fe4 /net/mydns | |
parent | 5e45b2cb8f78c1a5ce722170014d32f7fc24b38b (diff) | |
download | freebsd-ports-gnome-66f9052ce829190d85ab1c8ae07219092601c72e.tar.gz freebsd-ports-gnome-66f9052ce829190d85ab1c8ae07219092601c72e.tar.zst freebsd-ports-gnome-66f9052ce829190d85ab1c8ae07219092601c72e.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>
Diffstat (limited to 'net/mydns')
-rw-r--r-- | net/mydns/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/mydns/Makefile b/net/mydns/Makefile index afbbf3a5798d..a7a3478443ad 100644 --- a/net/mydns/Makefile +++ b/net/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 |