svn commit: r393894 - head/devel/fpc-fpmkunit
Antoine Brodin
antoine at FreeBSD.org
Mon Aug 10 19:41:11 UTC 2015
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 at FreeBSD.org>
# $FreeBSD$
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= devel lang
PKGNAMESUFFIX= -fpmkunit
@@ -9,6 +9,7 @@ MAINTAINER= freebsd-fpc at 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/-//}
More information about the svn-ports-all
mailing list