svn commit: r375626 - head/emulators/wine

Gerald Pfeifer gerald at FreeBSD.org
Fri Dec 26 14:32:47 UTC 2014


Author: gerald
Date: Fri Dec 26 14:32:46 2014
New Revision: 375626
URL: https://svnweb.freebsd.org/changeset/ports/375626
QAT: https://qat.redports.org/buildarchive/r375626/

Log:
  Replay revision r375594 (change libpng15.so to libpng.so in LIB_DEPENDS
  to prepare the upgrade of graphics/png).

Modified:
  head/emulators/wine/Makefile

Modified: head/emulators/wine/Makefile
==============================================================================
--- head/emulators/wine/Makefile	Fri Dec 26 14:28:39 2014	(r375625)
+++ head/emulators/wine/Makefile	Fri Dec 26 14:32:46 2014	(r375626)
@@ -96,7 +96,7 @@ X11_LIB_DEPENDS=	libfontconfig.so:${PORT
 			libfreetype.so:${PORTSDIR}/print/freetype2 \
 			libjpeg.so:${PORTSDIR}/graphics/jpeg \
 			liblcms2.so:${PORTSDIR}/graphics/lcms2 \
-			libpng15.so:${PORTSDIR}/graphics/png
+			libpng.so:${PORTSDIR}/graphics/png
 
 pre-build:
 	cd ${WRKSRC} && ${MAKE_CMD} depend


More information about the svn-ports-head mailing list