svn commit: r408369 - head/multimedia/winff

Antoine Brodin antoine at FreeBSD.org
Sun Feb 7 11:23:07 UTC 2016


Author: antoine
Date: Sun Feb  7 11:23:05 2016
New Revision: 408369
URL: https://svnweb.freebsd.org/changeset/ports/408369

Log:
  Unbreak with new lazarus
  
  Reported by:	pkg-fallout

Modified:
  head/multimedia/winff/Makefile

Modified: head/multimedia/winff/Makefile
==============================================================================
--- head/multimedia/winff/Makefile	Sun Feb  7 11:22:59 2016	(r408368)
+++ head/multimedia/winff/Makefile	Sun Feb  7 11:23:05 2016	(r408369)
@@ -33,7 +33,7 @@ DESKTOP_ENTRIES=	"${PORTNAME}"	\
 			true
 
 LAZBUILD_CMD=	${LOCALBASE}/bin/lazbuild -d
-LAZARUS_VER=	1.4.2
+LAZARUS_VER=	1.6RC2
 LAZARUS_DIR=	${LOCALBASE}/share/lazarus-${LAZARUS_VER}
 LCL_UNITS_DIR=	${LOCALBASE}/share/lazarus-${LAZARUS_VER}/lcl/units/${BUILDNAME}
 


More information about the svn-ports-all mailing list