Date: Mon, 10 Aug 2015 19:41:10 +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: r393894 - head/devel/fpc-fpmkunit Message-ID: <201508101941.t7AJfAKX002531@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: antoine Date: Mon Aug 10 19:41:09 2015 New Revision: 393894 URL: https://svnweb.freebsd.org/changeset/ports/393894 Log: Add missing run-dependencies Reported via www/fpc-fastcgi: Fatal: Can't find unit process used by fpmkunit Modified: head/devel/fpc-fpmkunit/Makefile Modified: head/devel/fpc-fpmkunit/Makefile ============================================================================== --- head/devel/fpc-fpmkunit/Makefile Mon Aug 10 19:37:32 2015 (r393893) +++ head/devel/fpc-fpmkunit/Makefile Mon Aug 10 19:41:09 2015 (r393894) @@ -1,7 +1,7 @@ # Created by: Alonso Cardenas Marquez <acm@FreeBSD.org> # $FreeBSD$ -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel lang PKGNAMESUFFIX= -fpmkunit @@ -9,6 +9,7 @@ MAINTAINER= freebsd-fpc@FreeBSD.org COMMENT= Free Pascal build system unit USE_FPC= fcl-process paszlib +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?201508101941.t7AJfAKX002531>