diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2011-03-09 00:19:31 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2011-03-09 00:19:31 +0000 |
commit | 80048504a4b08538e2638dd705aae3fd71b6ab77 (patch) | |
tree | 6ffedee62a52b26e031438860d41a95b2fdd5d9a /net-p2p | |
parent | 9462f8d3a05fb45a4657659d7dd421bc49680c96 (diff) | |
download | ports-80048504a4b08538e2638dd705aae3fd71b6ab77.tar.gz ports-80048504a4b08538e2638dd705aae3fd71b6ab77.zip |
- Mark BROKEN: does not configure
Reported by: pointyhat
Notes
Notes:
svn path=/head/; revision=270529
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/gnunet/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/net-p2p/gnunet/Makefile b/net-p2p/gnunet/Makefile index df238994dd9a..91e59bb2cb1f 100644 --- a/net-p2p/gnunet/Makefile +++ b/net-p2p/gnunet/Makefile @@ -27,6 +27,8 @@ LIB_DEPENDS= adns.1:${PORTSDIR}/dns/adns \ extractor.3:${PORTSDIR}/textproc/libextractor \ microhttpd.12:${PORTSDIR}/www/libmicrohttpd +BROKEN= does not configure + OPTIONS= MYSQL "Enable MySQL support" on \ PGSQL "Enable PostgreSQL support" off \ SQLITE "Enable SQLite support" off |