svn commit: r393900 - head/devel/fpc-fcl-db

Antoine Brodin antoine at FreeBSD.org
Mon Aug 10 19:56:13 UTC 2015


Author: antoine
Date: Mon Aug 10 19:56:12 2015
New Revision: 393900
URL: https://svnweb.freebsd.org/changeset/ports/393900

Log:
  Add missing run dependencies
  
  Reported via databases/fpc-fpindexer:
  Fatal: Can't find unit ibase60dyn used by IBConnection

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

Modified: head/devel/fpc-fcl-db/Makefile
==============================================================================
--- head/devel/fpc-fcl-db/Makefile	Mon Aug 10 19:55:02 2015	(r393899)
+++ head/devel/fpc-fcl-db/Makefile	Mon Aug 10 19:56:12 2015	(r393900)
@@ -1,7 +1,7 @@
 # Created by: Alonso Cardenas Marquez <acm at FreeBSD.org>
 # $FreeBSD$
 
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	devel lang
 PKGNAMESUFFIX=	-fcl-db
 
@@ -10,6 +10,7 @@ COMMENT=	Free Pascal Component Library
 
 USE_FPC=	dblib fcl-async fcl-base fcl-json fcl-xml hash ibase mysql odbc oracle paszlib postgres \
 		pthreads pxlib sqlite
+USE_FPC_RUN=	yes
 
 MASTERDIR=	${.CURDIR}/../../lang/fpc
 WRKUNITDIR=	${FPCSRCDIR}/packages/${PKGNAMESUFFIX:S/-//}


More information about the svn-ports-all mailing list