diff options
author | mat <mat@FreeBSD.org> | 2014-11-25 01:41:10 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2014-11-25 01:41:10 +0800 |
commit | 974e55c03a3402565eabfb4146374c34435b254b (patch) | |
tree | 2cff00edbadd8d1433a666362b8caf0aea396409 /dns | |
parent | 5c630b045aed1e64be3d7504d8c12ac1df5a0185 (diff) | |
download | freebsd-ports-gnome-974e55c03a3402565eabfb4146374c34435b254b.tar.gz freebsd-ports-gnome-974e55c03a3402565eabfb4146374c34435b254b.tar.zst freebsd-ports-gnome-974e55c03a3402565eabfb4146374c34435b254b.zip |
Fix three ports forgotten by the USE_PGSQL removal. (Fix a typo in devel/upp.)
Sponsored by: Absolight
Diffstat (limited to 'dns')
-rw-r--r-- | dns/bind910/Makefile | 2 | ||||
-rw-r--r-- | dns/bind99/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/dns/bind910/Makefile b/dns/bind910/Makefile index 61222a116444..ac12bffbd11d 100644 --- a/dns/bind910/Makefile +++ b/dns/bind910/Makefile @@ -120,7 +120,7 @@ PYTHON_CONFIGURE_WITH= python PYTHON_USES= python DLZ_POSTGRESQL_CONFIGURE_ON= --with-dlz-postgres=yes -DLZ_POSTGRESQL_USE= pgsql=yes +DLZ_POSTGRESQL_USES= pgsql FIXED_RRSET_CONFIGURE_ENABLE= fixed-rrset diff --git a/dns/bind99/Makefile b/dns/bind99/Makefile index 34ca166bc0c6..506381b58131 100644 --- a/dns/bind99/Makefile +++ b/dns/bind99/Makefile @@ -101,7 +101,7 @@ PYTHON_CONFIGURE_WITH= python PYTHON_USES= python DLZ_POSTGRESQL_CONFIGURE_ON= --with-dlz-postgres=yes -DLZ_POSTGRESQL_USE= pgsql=yes +DLZ_POSTGRESQL_USES= pgsql FIXED_RRSET_CONFIGURE_ENABLE= fixed-rrset |