diff options
author | antoine <antoine@FreeBSD.org> | 2015-08-11 03:56:12 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2015-08-11 03:56:12 +0800 |
commit | 9a393b43403d24e061025d04133dbe4a833725ee (patch) | |
tree | b5ef76497aa9f17837b7ea05340a78a1b79c8197 | |
parent | fb01abe3e984fb3fa5f38181736d8f2a98877616 (diff) | |
download | freebsd-ports-gnome-9a393b43403d24e061025d04133dbe4a833725ee.tar.gz freebsd-ports-gnome-9a393b43403d24e061025d04133dbe4a833725ee.tar.zst freebsd-ports-gnome-9a393b43403d24e061025d04133dbe4a833725ee.zip |
Add missing run dependencies
Reported via databases/fpc-fpindexer:
Fatal: Can't find unit ibase60dyn used by IBConnection
-rw-r--r-- | devel/fpc-fcl-db/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/fpc-fcl-db/Makefile b/devel/fpc-fcl-db/Makefile index bf0d5458a3de..9c81b4c36843 100644 --- a/devel/fpc-fcl-db/Makefile +++ b/devel/fpc-fcl-db/Makefile @@ -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/-//} |