svn commit: r393845 - head/archivers/fpc-paszlib

Antoine Brodin antoine at FreeBSD.org
Mon Aug 10 06:07:38 UTC 2015


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 at 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/-//}


More information about the svn-ports-all mailing list