diff options
author | Chris Rees <crees@FreeBSD.org> | 2014-11-22 20:40:08 +0000 |
---|---|---|
committer | Chris Rees <crees@FreeBSD.org> | 2014-11-22 20:40:08 +0000 |
commit | 4cb60faedd280bf4b0b07bd947bd9087e09d4357 (patch) | |
tree | 68afea909ff5f83c22ece4ec8e2ae5959483778d /net-p2p/gnunet/Makefile | |
parent | 5b6c7671efda9fa65107199c83addafb2a6f9dca (diff) | |
download | ports-4cb60faedd280bf4b0b07bd947bd9087e09d4357.tar.gz ports-4cb60faedd280bf4b0b07bd947bd9087e09d4357.zip |
Notes
Diffstat (limited to 'net-p2p/gnunet/Makefile')
-rw-r--r-- | net-p2p/gnunet/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-p2p/gnunet/Makefile b/net-p2p/gnunet/Makefile index 0a14b49654a1..1ff971385157 100644 --- a/net-p2p/gnunet/Makefile +++ b/net-p2p/gnunet/Makefile @@ -66,7 +66,7 @@ NLS_USES= gettext NLS_CONFIGURE_ON= --with-libintl-prefix=${LOCALBASE} NLS_CONFIGURE_OFF= --disable-nls PGSQL_DESC= Use PostgreSQL for the data store and cache -PGSQL_USE= pgsql=yes +PGSQL_USES= pgsql PGSQL_CONFIGURE_ON= --with-postgres=${LOCALBASE} PGSQL_CONFIGURE_OFF= --without-postgres SQLITE_DESC= Use SQLite for the data store and cache |