Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 18 Aug 2015 04:27:55 +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: r394554 - head/editors/lazarus-lcl-units
Message-ID:  <201508180427.t7I4RtB6012772@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: acm
Date: Tue Aug 18 04:27:55 2015
New Revision: 394554
URL: https://svnweb.freebsd.org/changeset/ports/394554

Log:
  - Remove USE_FPC_RUN. It is not necessary here

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

Modified: head/editors/lazarus-lcl-units/Makefile
==============================================================================
--- head/editors/lazarus-lcl-units/Makefile	Tue Aug 18 04:21:59 2015	(r394553)
+++ head/editors/lazarus-lcl-units/Makefile	Tue Aug 18 04:27:55 2015	(r394554)
@@ -1,13 +1,13 @@
 # Created by: Alonso Cardenas Marquez <acm@FreeBSD.org>
 # $FreeBSD$
 
-PORTREVISION=	1
+PORTREVISION=	2
 PKGNAMESUFFIX=	-lcl-units
 
 COMMENT=	Lazarus components library units
 
-USE_FPC=	fcl-base fcl-db fcl-image fcl-process fcl-registry fcl-xml iconvenc fcl-res
-USE_FPC_RUN=	yes
+USE_FPC=	fcl-base fcl-db fcl-image fcl-json fcl-process fcl-registry \
+		fcl-res fcl-xml iconvenc pasjpeg
 
 LCL_INTERFACE=	#
 



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