diff options
author | antoine <antoine@FreeBSD.org> | 2015-08-11 03:37:32 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2015-08-11 03:37:32 +0800 |
commit | 355a79c859e9195ef275387bb09057caad0e45d8 (patch) | |
tree | 9578ed4650a59101e30ac600de651d8200752355 /devel | |
parent | 93c1489c989aea60f6a5e6d76d400cb3f1db5b7e (diff) | |
download | freebsd-ports-gnome-355a79c859e9195ef275387bb09057caad0e45d8.tar.gz freebsd-ports-gnome-355a79c859e9195ef275387bb09057caad0e45d8.tar.zst freebsd-ports-gnome-355a79c859e9195ef275387bb09057caad0e45d8.zip |
Add missing run dependencies
Reported via misc/fpc-chm:
Compiling src/chmtypes.pas
Fatal: Can't find unit URIParser used by XMLRead
Diffstat (limited to 'devel')
-rw-r--r-- | devel/fpc-fcl-xml/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/fpc-fcl-xml/Makefile b/devel/fpc-fcl-xml/Makefile index afa0d7a06792..85232a8d8955 100644 --- a/devel/fpc-fcl-xml/Makefile +++ b/devel/fpc-fcl-xml/Makefile @@ -1,7 +1,7 @@ # Created by: Alonso Cardenas Marquez <acm@FreeBSD.org> # $FreeBSD$ -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel lang PKGNAMESUFFIX= -fcl-xml @@ -9,6 +9,7 @@ MAINTAINER= freebsd-fpc@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/-//} |