diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2003-12-05 21:22:18 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2003-12-05 21:22:18 +0000 |
commit | 401b38542ecaaaa9face31706157bb06ee24508f (patch) | |
tree | aa2099f59d30dda2b1d1ea6c2a600557c698b1ef /dns/powerdns/Makefile | |
parent | 94d0728d0346b4778dbc920bdb370ffef0cfe093 (diff) | |
download | ports-401b38542ecaaaa9face31706157bb06ee24508f.tar.gz ports-401b38542ecaaaa9face31706157bb06ee24508f.zip |
Notes
Diffstat (limited to 'dns/powerdns/Makefile')
-rw-r--r-- | dns/powerdns/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/dns/powerdns/Makefile b/dns/powerdns/Makefile index b81c6be0d200..2eeb8ffe8925 100644 --- a/dns/powerdns/Makefile +++ b/dns/powerdns/Makefile @@ -36,6 +36,7 @@ NO_DESCRIBE=yes .endif .if defined(WITH_POSTGRESQL_DRIVER) && !defined(WITHOUT_POSTGRESQL_DRIVER) +BROKEN= does not compile with postgresql 7.4 LIB_DEPENDS= pq[+][+].4:${PORTSDIR}/databases/postgresql-libpq++ CONFIGURE_ARGS+= --enable-pgsql CONFIGURE_MODULES+= "gpgsql" @@ -77,6 +78,7 @@ describe: .include <bsd.port.pre.mk> .if defined(POWERDNS_WITH_RECURSOR) +BROKEN= does not compile in this version USE_GCC=3.2 CONFIGURE_ARGS+= --enable-recursor PLIST_SUB+= RECURSOR="" |