svn commit: r393924 - head/graphics/fpc-libpng

Antoine Brodin antoine at FreeBSD.org
Mon Aug 10 23:19:34 UTC 2015


Author: antoine
Date: Mon Aug 10 23:19:33 2015
New Revision: 393924
URL: https://svnweb.freebsd.org/changeset/ports/393924

Log:
  Add missing run dependency
  
  Reported via games/hedgewars:
  Fatal: Can't find unit zlib used by png

Modified:
  head/graphics/fpc-libpng/Makefile

Modified: head/graphics/fpc-libpng/Makefile
==============================================================================
--- head/graphics/fpc-libpng/Makefile	Mon Aug 10 23:18:18 2015	(r393923)
+++ head/graphics/fpc-libpng/Makefile	Mon Aug 10 23:19:33 2015	(r393924)
@@ -1,7 +1,7 @@
 # Created by: Alonso Cardenas Marquez <acm at FreeBSD.org>
 # $FreeBSD$
 
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	graphics lang
 PKGNAMESUFFIX=	-libpng
 
@@ -9,6 +9,7 @@ MAINTAINER=	freebsd-fpc at FreeBSD.org
 COMMENT=	Free Pascal interface to libpng, for reading PNG image files
 
 USE_FPC=	zlib
+USE_FPC_RUN=	yes
 
 MASTERDIR=	${.CURDIR}/../../lang/fpc
 WRKUNITDIR=	${FPCSRCDIR}/packages/${PKGNAMESUFFIX:S/-//}


More information about the svn-ports-all mailing list