svn commit: r327230 - head/databases/postgis21

Ruslan Makhmatkhanov rm at FreeBSD.org
Sat Sep 14 07:14:54 UTC 2013


Author: rm
Date: Sat Sep 14 07:14:53 2013
New Revision: 327230
URL: http://svnweb.freebsd.org/changeset/ports/327230

Log:
  - RASTER option should not be default (it was enabled for testing)

Modified:
  head/databases/postgis21/Makefile

Modified: head/databases/postgis21/Makefile
==============================================================================
--- head/databases/postgis21/Makefile	Sat Sep 14 07:03:10 2013	(r327229)
+++ head/databases/postgis21/Makefile	Sat Sep 14 07:14:53 2013	(r327230)
@@ -24,7 +24,7 @@ GNU_CONFIGURE=	yes
 USE_PERL5_BUILD=	yes
 
 OPTIONS_DEFINE=		LOADERGUI RASTER TOPOLOGY
-OPTIONS_DEFAULT=	TOPOLOGY RASTER
+OPTIONS_DEFAULT=	TOPOLOGY
 
 PLIST_SUB+=	PORTVERSION=${PORTVERSION}
 


More information about the svn-ports-all mailing list