svn commit: r305503 - head/security/libpreludedb

Doug Barton dougb at FreeBSD.org
Sun Oct 7 19:31:20 UTC 2012


Author: dougb
Date: Sun Oct  7 19:31:17 2012
New Revision: 305503
URL: http://svn.freebsd.org/changeset/ports/305503

Log:
  Restore option descriptions to what the maintainer actually put in the PR
  
  Pointy hat to:	eadler
  
  PR:		ports/172426
  Submitted by:	Michael Gmelin <freebsd at grem.de> (maintainer)

Modified:
  head/security/libpreludedb/Makefile

Modified: head/security/libpreludedb/Makefile
==============================================================================
--- head/security/libpreludedb/Makefile	Sun Oct  7 18:53:25 2012	(r305502)
+++ head/security/libpreludedb/Makefile	Sun Oct  7 19:31:17 2012	(r305503)
@@ -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>
 



More information about the svn-ports-all mailing list