svn commit: r394555 - head/editors/lazarus-lcl-qt

Jose Alonso Cardenas Marquez acm at FreeBSD.org
Tue Aug 18 04:37:06 UTC 2015


Author: acm
Date: Tue Aug 18 04:37:05 2015
New Revision: 394555
URL: https://svnweb.freebsd.org/changeset/ports/394555

Log:
  - Remove USE_FPC_RUN. It is not necessary here

Modified:
  head/editors/lazarus-lcl-qt/Makefile

Modified: head/editors/lazarus-lcl-qt/Makefile
==============================================================================
--- head/editors/lazarus-lcl-qt/Makefile	Tue Aug 18 04:27:55 2015	(r394554)
+++ head/editors/lazarus-lcl-qt/Makefile	Tue Aug 18 04:37:05 2015	(r394555)
@@ -1,7 +1,7 @@
 # Created by: Alonso Cardenas Marquez <acm at FreeBSD.org>
 # $FreeBSD$
 
-PORTREVISION=	1
+PORTREVISION=	2
 PKGNAMESUFFIX=	-lcl-qt
 
 COMMENT=	Lazarus components library - QT backend
@@ -9,7 +9,6 @@ COMMENT=	Lazarus components library - QT
 BUILD_DEPENDS=	${LCL_UNITS_DIR}/alllclunits.ppu:${PORTSDIR}/editors/lazarus-lcl-units
 
 USE_FPC=	x11
-USE_FPC_RUN=	yes
 
 LCL_INTERFACE=	qt
 


More information about the svn-ports-all mailing list