diff options
author | Tobias Kortkamp <tobik@FreeBSD.org> | 2019-09-18 09:29:53 +0000 |
---|---|---|
committer | Tobias Kortkamp <tobik@FreeBSD.org> | 2019-09-18 09:29:53 +0000 |
commit | b79c1d3b95c5b049fb99e6a0427e5a2614656df3 (patch) | |
tree | 4dfc6c46857e3ac40aaf6c1429f5c29dd68574c0 | |
parent | 7f398226a039f2bb88dbd641f2701ef30486ed2b (diff) | |
download | ports-b79c1d3b95c5b049fb99e6a0427e5a2614656df3.tar.gz ports-b79c1d3b95c5b049fb99e6a0427e5a2614656df3.zip |
Notes
-rw-r--r-- | security/barnyard2/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/security/barnyard2/Makefile b/security/barnyard2/Makefile index 519b17c65253..e2fb141bbc4a 100644 --- a/security/barnyard2/Makefile +++ b/security/barnyard2/Makefile @@ -3,7 +3,7 @@ PORTNAME= barnyard2 PORTVERSION= 1.13 DISTVERSIONPREFIX= v2- -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= security MAINTAINER= bofh@FreeBSD.org @@ -56,8 +56,9 @@ MYSQL_CONFIGURE_WITH= mysql MYSQL_CONFIGURE_ON= --with-mysql-includes=${LOCALBASE}/include/mysql \ --with-mysql-libraries=${LOCALBASE}/lib/mysql MYSQL_SSL_CONFIGURE_ENABLE= mysql-ssl-support +ODBC_BROKEN= fails to build with ODBC=on ODBC_LIB_DEPENDS= libodbc.so:databases/unixODBC -ODBC_WITH= odbc +ODBC_CONFIGURE_WITH= odbc PGSQL_USES= pgsql PGSQL_CONFIGURE_ON= --with-postgresql=${LOCALBASE}/bin/pg_config --with-pgsql-includes=${LOCALBASE}/include/postgresql/server PGSQL_CONFIGURE_OFF= --without-postgresql |