Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 10 Aug 2015 18:39:07 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r393884 - head/devel/fpc-fcl-image
Message-ID:  <201508101839.t7AId7ei073444@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Mon Aug 10 18:39:06 2015
New Revision: 393884
URL: https://svnweb.freebsd.org/changeset/ports/393884

Log:
  Add missing run dependencies
  
  Reported via lang/nbc:
  Compiling uRIC.pas
  Fatal: Can't find unit JPEGLib used by FPReadJPEG

Modified:
  head/devel/fpc-fcl-image/Makefile

Modified: head/devel/fpc-fcl-image/Makefile
==============================================================================
--- head/devel/fpc-fcl-image/Makefile	Mon Aug 10 18:32:36 2015	(r393883)
+++ head/devel/fpc-fcl-image/Makefile	Mon Aug 10 18:39:06 2015	(r393884)
@@ -1,7 +1,7 @@
 # Created by: Alonso Cardenas Marquez <acm@FreeBSD.org>
 # $FreeBSD$
 
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	devel lang
 PKGNAMESUFFIX=	-fcl-image
 
@@ -9,6 +9,7 @@ MAINTAINER=	freebsd-fpc@FreeBSD.org
 COMMENT=	Free Pascal Component Library
 
 USE_FPC=	fcl-async fcl-base hash pasjpeg paszlib pthreads libpng
+USE_FPC_RUN=	yes
 
 MASTERDIR=	${.CURDIR}/../../lang/fpc
 WRKUNITDIR=	${FPCSRCDIR}/packages/${PKGNAMESUFFIX:S/-//}



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