svn commit: r394554 - head/editors/lazarus-lcl-units

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


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 at 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=	#
 


More information about the svn-ports-head mailing list