diff options
author | antoine <antoine@FreeBSD.org> | 2015-08-11 02:39:06 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2015-08-11 02:39:06 +0800 |
commit | d6535215628c9e86313aff8389f5c7cdcb0f12e7 (patch) | |
tree | 582eb915ccfb6f9d3b810dddaa510f2bdfb0abdf /devel | |
parent | 2dcd0bc8c34fe13d3b53304466284582d1b28021 (diff) | |
download | freebsd-ports-gnome-d6535215628c9e86313aff8389f5c7cdcb0f12e7.tar.gz freebsd-ports-gnome-d6535215628c9e86313aff8389f5c7cdcb0f12e7.tar.zst freebsd-ports-gnome-d6535215628c9e86313aff8389f5c7cdcb0f12e7.zip |
Add missing run dependencies
Reported via lang/nbc:
Compiling uRIC.pas
Fatal: Can't find unit JPEGLib used by FPReadJPEG
Diffstat (limited to 'devel')
-rw-r--r-- | devel/fpc-fcl-image/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/fpc-fcl-image/Makefile b/devel/fpc-fcl-image/Makefile index ecf2b8031dcf..79fcac27b904 100644 --- a/devel/fpc-fcl-image/Makefile +++ b/devel/fpc-fcl-image/Makefile @@ -1,7 +1,7 @@ # Created by: Alonso Cardenas Marquez <acm@FreeBSD.org> # $FreeBSD$ -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel lang PKGNAMESUFFIX= -fcl-image @@ -9,6 +9,7 @@ MAINTAINER= freebsd-fpc@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/-//} |