svn commit: r394540 - head/devel/fpc-fpmkunit

Jose Alonso Cardenas Marquez acm at FreeBSD.org
Tue Aug 18 01:44:27 UTC 2015


Author: acm
Date: Tue Aug 18 01:44:26 2015
New Revision: 394540
URL: https://svnweb.freebsd.org/changeset/ports/394540

Log:
  - Fix build

Modified:
  head/devel/fpc-fpmkunit/Makefile

Modified: head/devel/fpc-fpmkunit/Makefile
==============================================================================
--- head/devel/fpc-fpmkunit/Makefile	Tue Aug 18 01:41:37 2015	(r394539)
+++ head/devel/fpc-fpmkunit/Makefile	Tue Aug 18 01:44:26 2015	(r394540)
@@ -8,7 +8,7 @@ PKGNAMESUFFIX=	-fpmkunit
 MAINTAINER=	freebsd-fpc at FreeBSD.org
 COMMENT=	Free Pascal build system unit
 
-USE_FPC=	fcl-process paszlib
+USE_FPC=	fcl-process hash paszlib
 USE_FPC_RUN=	yes
 
 MASTERDIR=	${.CURDIR}/../../lang/fpc


More information about the svn-ports-all mailing list