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 | |
parent | Resurrect pam_krb5 for MIT KRB5. (diff) |
- Fix LIB_DEPENDS after changes in bsd.port.mk
pq++.4 ist now an regular expression, and cant't be found.
pq[+][+].4 is working as expected.
no other ports depends on libpq++ in last INDEX.
Notes
Notes:
svn path=/head/; revision=75341
Diffstat (limited to 'dns')
-rw-r--r-- | dns/powerdns-devel/Makefile | 2 | ||||
-rw-r--r-- | dns/powerdns/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/dns/powerdns-devel/Makefile b/dns/powerdns-devel/Makefile index ac8e87e0ecdf..82757df90edd 100644 --- a/dns/powerdns-devel/Makefile +++ b/dns/powerdns-devel/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 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 |