svn commit: r304031 - head/databases/spatialite_gui

Beat Gaetzi beat at FreeBSD.org
Mon Sep 10 12:26:38 UTC 2012


Author: beat
Date: Mon Sep 10 12:26:37 2012
New Revision: 304031
URL: http://svn.freebsd.org/changeset/ports/304031

Log:
  - Mark BROKEN: does not configure
    configure: error: 'libspatialite' is required but it doesn't seem to be
      installed on this system.
  
  Reported by:	pointyhat

Modified:
  head/databases/spatialite_gui/Makefile

Modified: head/databases/spatialite_gui/Makefile
==============================================================================
--- head/databases/spatialite_gui/Makefile	Mon Sep 10 12:23:53 2012	(r304030)
+++ head/databases/spatialite_gui/Makefile	Mon Sep 10 12:26:37 2012	(r304031)
@@ -18,6 +18,8 @@ LIB_DEPENDS=	gaiagraphics:${PORTSDIR}/gr
 		freexl:${PORTSDIR}/textproc/freexl \
 		spatialite:${PORTSDIR}/databases/spatialite
 
+BROKEN=		does not configure
+
 USE_WX=		2.8
 WANT_UNICODE=	yes
 GNU_CONFIGURE=	yes



More information about the svn-ports-all mailing list