svn commit: r393884 - head/devel/fpc-fcl-image

Antoine Brodin antoine at FreeBSD.org
Mon Aug 10 18:39:07 UTC 2015


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 at FreeBSD.org>
 # $FreeBSD$
 
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	devel lang
 PKGNAMESUFFIX=	-fcl-image
 
@@ -9,6 +9,7 @@ MAINTAINER=	freebsd-fpc at 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/-//}


More information about the svn-ports-all mailing list