diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2003-02-12 04:54:58 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2003-02-12 04:54:58 +0000 |
commit | b4572f4a320fbf0f481708b37a5ab9d09b50b8ed (patch) | |
tree | 505772731f6f30fa613240fa39ea8826d11af7b3 /dns/powerdns | |
parent | e103223c78ee4dcab56b63865efd539168c9f9c3 (diff) | |
download | ports-b4572f4a320fbf0f481708b37a5ab9d09b50b8ed.tar.gz ports-b4572f4a320fbf0f481708b37a5ab9d09b50b8ed.zip |
Notes
Diffstat (limited to 'dns/powerdns')
-rw-r--r-- | dns/powerdns/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dns/powerdns/Makefile b/dns/powerdns/Makefile index ac8e87e0ecdf..82757df90edd 100644 --- a/dns/powerdns/Makefile +++ b/dns/powerdns/Makefile @@ -33,7 +33,7 @@ NO_DESCRIBE=yes .endif .if defined(WITH_POSTGRESQL_DRIVER) && !defined(WITHOUT_POSTGRESQL_DRIVER) -LIB_DEPENDS= pq++.4:${PORTSDIR}/databases/postgresql-libpq++ +LIB_DEPENDS= pq[+][+].4:${PORTSDIR}/databases/postgresql-libpq++ CONFIGURE_ARGS+= --enable-pgsql CONFIGURE_MODULES+= "gpgsql" .else |