aboutsummaryrefslogtreecommitdiff
path: root/databases/tdb
diff options
context:
space:
mode:
authorAdam Weinberger <adamw@FreeBSD.org>2014-08-03 19:30:08 +0000
committerAdam Weinberger <adamw@FreeBSD.org>2014-08-03 19:30:08 +0000
commit04ff64e71327ce854e9c65b7e8202c88cd475932 (patch)
tree22009414c2940bd9d21d664bca4b7ad35dd79254 /databases/tdb
parentc84c3d42aed5776922bd67f91ab2597a34aff179 (diff)
downloadports-04ff64e71327ce854e9c65b7e8202c88cd475932.tar.gz
ports-04ff64e71327ce854e9c65b7e8202c88cd475932.zip
A couple ports added support for OPTIONS but forgot to add them to
OPTIONS_DEFINE.
Notes
Notes: svn path=/head/; revision=363931
Diffstat (limited to 'databases/tdb')
-rw-r--r--databases/tdb/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/databases/tdb/Makefile b/databases/tdb/Makefile
index 54807d7f684e..9e52dffddb2c 100644
--- a/databases/tdb/Makefile
+++ b/databases/tdb/Makefile
@@ -30,6 +30,9 @@ CONFIGURE_ARGS+= --prefix=${PREFIX} \
# Support staging
DESTDIRNAME= --destdir
+OPTIONS_DEFINE= MANPAGES
+MANPAGES_DESC= Build and install manpages (requires textproc/docbook-xsl)
+
.include <bsd.port.options.mk>
.include <bsd.port.pre.mk>