1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00

Restore option descriptions to what the maintainer actually put in the PR

Pointy hat to:	eadler

PR:		ports/172426
Submitted by:	Michael Gmelin <freebsd@grem.de> (maintainer)
This commit is contained in:
Doug Barton 2012-10-07 19:31:17 +00:00
parent 09b4d34dc4
commit d5a5903a44
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=305503

View File

@ -23,6 +23,11 @@ PORTDOCS= *
OPTIONS_DEFINE= DOCS MYSQL PERL PGSQL PYTHON SQLITE
OPTIONS_DEFAULT=MYSQL
PERL_DESC= Include Perl bindings
PYTHON_DESC= Include Python bindings
MYSQL_DESC= Use MySQL backend
PGSQL_DESC= Use PostgreSQL backend
SQLITE_DESC= Use SQLite backend
.include <bsd.port.options.mk>