Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 18 Aug 2015 04:37:06 +0000 (UTC)
From:      Jose Alonso Cardenas Marquez <acm@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r394555 - head/editors/lazarus-lcl-qt
Message-ID:  <201508180437.t7I4b6ws016921@repo.freebsd.org>

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



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