Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 10 Aug 2015 19:56:13 +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: r393900 - head/devel/fpc-fcl-db
Message-ID:  <201508101956.t7AJuDWf007945@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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/-//}



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