Date: Mon, 10 Aug 2015 06:07:37 +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: r393845 - head/archivers/fpc-paszlib Message-ID: <201508100607.t7A67bjt061138@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: antoine Date: Mon Aug 10 06:07:37 2015 New Revision: 393845 URL: https://svnweb.freebsd.org/changeset/ports/393845 Log: Add missing run dependency Reported via devel/fpc-fpmkunit: Compiling src/fpmkunit.pp Fatal: Can't find unit crc used by gzio Modified: head/archivers/fpc-paszlib/Makefile Modified: head/archivers/fpc-paszlib/Makefile ============================================================================== --- head/archivers/fpc-paszlib/Makefile Mon Aug 10 06:04:47 2015 (r393844) +++ head/archivers/fpc-paszlib/Makefile Mon Aug 10 06:07:37 2015 (r393845) @@ -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/-//}
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201508100607.t7A67bjt061138>