Date: Fri, 26 Dec 2014 14:32:47 +0000 (UTC) From: Gerald Pfeifer <gerald@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r375626 - head/emulators/wine Message-ID: <201412261432.sBQEWl7c037915@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201412261432.sBQEWl7c037915>