diff options
Diffstat (limited to 'dns')
-rw-r--r-- | dns/mydns/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dns/mydns/Makefile b/dns/mydns/Makefile index 28912de2d39..da9a1ac15bd 100644 --- a/dns/mydns/Makefile +++ b/dns/mydns/Makefile @@ -41,7 +41,7 @@ CONFIGURE_ARGS+=--with-openssl \ .endif .if ${PORT_OPTIONS:MPGSQL} -USE_PGSQL= yes +USES+= pgsql CONFIGURE_ARGS+=--without-mysql \ --with-pgsql-include=${LOCALBASE}/include \ --with-pgsql-lib=${LOCALBASE}/lib |