diff options
author | antoine <antoine@FreeBSD.org> | 2015-08-10 14:07:37 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2015-08-10 14:07:37 +0800 |
commit | 742449351d49be880801fc05b2ebaeea3873db5a (patch) | |
tree | 72d997a61ae4048a110b51557c15a3df42585dfe /archivers | |
parent | 7b2cca8729dbc58d1ff56e7596d4b209cac9c694 (diff) | |
download | freebsd-ports-gnome-742449351d49be880801fc05b2ebaeea3873db5a.tar.gz freebsd-ports-gnome-742449351d49be880801fc05b2ebaeea3873db5a.tar.zst freebsd-ports-gnome-742449351d49be880801fc05b2ebaeea3873db5a.zip |
Add missing run dependency
Reported via devel/fpc-fpmkunit:
Compiling src/fpmkunit.pp
Fatal: Can't find unit crc used by gzio
Diffstat (limited to 'archivers')
-rw-r--r-- | archivers/fpc-paszlib/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/archivers/fpc-paszlib/Makefile b/archivers/fpc-paszlib/Makefile index a8362d8fed97..6136ecd4c5eb 100644 --- a/archivers/fpc-paszlib/Makefile +++ b/archivers/fpc-paszlib/Makefile @@ -1,7 +1,7 @@ # Created by: John Merryweather Cooper # $FreeBSD$ -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= archivers devel PKGNAMESUFFIX= -paszlib @@ -9,6 +9,7 @@ MAINTAINER= freebsd-fpc@FreeBSD.org COMMENT= Free Pascal unit for native compression IO USE_FPC= hash +USE_FPC_RUN= yes MASTERDIR= ${.CURDIR}/../../lang/fpc WRKUNITDIR= ${FPCSRCDIR}/packages/${PKGNAMESUFFIX:S/-//} |