svn commit: r375488 - head/graphics/fv

Antoine Brodin antoine at FreeBSD.org
Wed Dec 24 21:53:53 UTC 2014


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}
 


More information about the svn-ports-head mailing list