Date: Thu, 2 Apr 2015 13:37:07 +0000 (UTC) From: Cy Schubert <cy@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r383004 - head/graphics/xpdf Message-ID: <201504021337.t32Db7NB075097@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: cy Date: Thu Apr 2 13:37:06 2015 New Revision: 383004 URL: https://svnweb.freebsd.org/changeset/ports/383004 Log: Add libpng dependency. Modified: head/graphics/xpdf/Makefile Modified: head/graphics/xpdf/Makefile ============================================================================== --- head/graphics/xpdf/Makefile Thu Apr 2 13:36:33 2015 (r383003) +++ head/graphics/xpdf/Makefile Thu Apr 2 13:37:06 2015 (r383004) @@ -2,7 +2,7 @@ PORTNAME= xpdf PORTVERSION= 3.04 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= graphics print MASTER_SITES= http://mirrors.rit.edu/zi/ \ ftp://ftp.foolabs.com/pub/xpdf/ \ @@ -13,7 +13,8 @@ MASTER_SITE_SUBDIR= support/xpdf MAINTAINER= cy@FreeBSD.org COMMENT= Display PDF files and convert them to other formats -LIB_DEPENDS= libfreetype.so:${PORTSDIR}/print/freetype2 +LIB_DEPENDS= libfreetype.so:${PORTSDIR}/print/freetype2 \ + libpng.so:${PORTSDIR}/graphics/png GNU_CONFIGURE= yes USES= gmake
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201504021337.t32Db7NB075097>