Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 24 Dec 2014 21:53:52 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r375488 - head/graphics/fv
Message-ID:  <201412242153.sBOLrqjF071627@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Wed Dec 24 21:53:51 2014
New Revision: 375488
URL: https://svnweb.freebsd.org/changeset/ports/375488
QAT: https://qat.redports.org/buildarchive/r375488/

Log:
  Properly support png 1.5

Modified:
  head/graphics/fv/Makefile

Modified: head/graphics/fv/Makefile
==============================================================================
--- head/graphics/fv/Makefile	Wed Dec 24 21:39:42 2014	(r375487)
+++ head/graphics/fv/Makefile	Wed Dec 24 21:53:51 2014	(r375488)
@@ -13,15 +13,15 @@ COMMENT=	Viewer of hdr/pfm images
 
 LICENSE=	GPLv2
 
-LIB_DEPENDS=	libpng15.so:${PORTSDIR}/graphics/png
+LIB_DEPENDS=	libpng.so:${PORTSDIR}/graphics/png
 
 USES=		gmake pkgconfig zip
 USE_GL=		glut
 ALL_TARGET=	${PORTNAME}
 
-CXXFLAGS+=	$$(pkg-config --cflags libpng15) \
+CXXFLAGS+=	$$(pkg-config --cflags libpng) \
 		-I${LOCALBASE}/include ${PTHREAD_CFLAGS}
-LDFLAGS+=	$$(pkg-config --libs libpng15) \
+LDFLAGS+=	$$(pkg-config --libs libpng) \
 		-L${LOCALBASE}/lib -lglut -lGLU -lGL -lbz2 -lm -lz -llzma \
 		${PTHREAD_LIBS}
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201412242153.sBOLrqjF071627>