Add missing run dependency

Reported via games/hedgewars:
Fatal: Can't find unit zlib used by png
This commit is contained in:
Antoine Brodin 2015-08-10 23:19:33 +00:00
parent 5cf936ae4a
commit 3d1baa8005
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=393924

View File

@ -1,7 +1,7 @@
# Created by: Alonso Cardenas Marquez <acm@FreeBSD.org>
# $FreeBSD$
PORTREVISION= 2
PORTREVISION= 3
CATEGORIES= graphics lang
PKGNAMESUFFIX= -libpng
@ -9,6 +9,7 @@ MAINTAINER= freebsd-fpc@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/-//}