Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 7 Feb 2016 11:23:06 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r408369 - head/multimedia/winff
Message-ID:  <201602071123.u17BN6L0035220@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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}
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201602071123.u17BN6L0035220>