diff options
author | Max Brazhnikov <makc@FreeBSD.org> | 2014-02-03 15:16:49 +0800 |
---|---|---|
committer | Max Brazhnikov <makc@FreeBSD.org> | 2014-02-03 15:16:49 +0800 |
commit | 5dfc224b4d1c7a8aa4460558f13b985789c9113a (patch) | |
tree | 76008cbe76158cbfce8279d750788456b4edd4d3 /textproc/redland | |
parent | cccd30817a9d3c1b2ff13b07d9879afb53977f3a (diff) | |
download | freebsd-ports-gnome-5dfc224b4d1c7a8aa4460558f13b985789c9113a.tar.gz freebsd-ports-gnome-5dfc224b4d1c7a8aa4460558f13b985789c9113a.tar.zst freebsd-ports-gnome-5dfc224b4d1c7a8aa4460558f13b985789c9113a.zip |
- Fix typo (and build with default configuration)
Reported: az@
Diffstat (limited to 'textproc/redland')
-rw-r--r-- | textproc/redland/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/redland/Makefile b/textproc/redland/Makefile index 26d3b97f2f1e..18622d0565a3 100644 --- a/textproc/redland/Makefile +++ b/textproc/redland/Makefile @@ -29,7 +29,7 @@ USE_LDCONFIG= yes OPTIONS_DEFINE= BDB THREADS OPTIONS_DEFAULT= BDB -BDB_USE= BDB= yes +BDB_USE= BDB=yes BDB_CONFIGURE_OFF= --with-bdb=no THREADS_CONFIGURE_ENABLE= threads |