svn commit: r389679 - head/multimedia/winff

Jose Alonso Cardenas Marquez acm at FreeBSD.org
Mon Jun 15 09:00:17 UTC 2015


Author: acm
Date: Mon Jun 15 09:00:16 2015
New Revision: 389679
URL: https://svnweb.freebsd.org/changeset/ports/389679

Log:
  - Add -d to LAZBUILD_CMD. It doesn't need to recompile lazarus dependencies

Modified:
  head/multimedia/winff/Makefile

Modified: head/multimedia/winff/Makefile
==============================================================================
--- head/multimedia/winff/Makefile	Mon Jun 15 08:45:13 2015	(r389678)
+++ head/multimedia/winff/Makefile	Mon Jun 15 09:00:16 2015	(r389679)
@@ -32,7 +32,7 @@ DESKTOP_ENTRIES=	"${PORTNAME}"	\
 			"AudioVideo;"	\
 			true
 
-LAZBUILD_CMD=	${LOCALBASE}/bin/lazbuild
+LAZBUILD_CMD=	${LOCALBASE}/bin/lazbuild -d
 LAZARUS_VER=	1.4.0
 LAZARUS_DIR=	${LOCALBASE}/share/lazarus-${LAZARUS_VER}
 


More information about the svn-ports-all mailing list