svn commit: r383004 - head/graphics/xpdf

Cy Schubert cy at FreeBSD.org
Thu Apr 2 13:37:07 UTC 2015


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


More information about the svn-ports-all mailing list