svn commit: r393893 - head/devel/fpc-fcl-xml

Antoine Brodin antoine at FreeBSD.org
Mon Aug 10 19:37:33 UTC 2015


Author: antoine
Date: Mon Aug 10 19:37:32 2015
New Revision: 393893
URL: https://svnweb.freebsd.org/changeset/ports/393893

Log:
  Add missing run dependencies
  
  Reported via misc/fpc-chm:
  Compiling src/chmtypes.pas
  Fatal: Can't find unit URIParser used by XMLRead

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

Modified: head/devel/fpc-fcl-xml/Makefile
==============================================================================
--- head/devel/fpc-fcl-xml/Makefile	Mon Aug 10 19:28:57 2015	(r393892)
+++ head/devel/fpc-fcl-xml/Makefile	Mon Aug 10 19:37:32 2015	(r393893)
@@ -1,7 +1,7 @@
 # Created by: Alonso Cardenas Marquez <acm at FreeBSD.org>
 # $FreeBSD$
 
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	devel lang
 PKGNAMESUFFIX=	-fcl-xml
 
@@ -9,6 +9,7 @@ MAINTAINER=	freebsd-fpc at FreeBSD.org
 COMMENT=	Free Pascal Component Library
 
 USE_FPC=	fcl-async fcl-base hash iconvenc paszlib pthreads
+USE_FPC_RUN=	yes
 
 MASTERDIR=	${.CURDIR}/../../lang/fpc
 WRKUNITDIR=	${FPCSRCDIR}/packages/${PKGNAMESUFFIX:S/-//}


More information about the svn-ports-head mailing list