Date: Wed, 24 Dec 2014 12:12:33 +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: r375446 - head/games/ppracer Message-ID: <201412241212.sBOCCXWk094952@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: antoine Date: Wed Dec 24 12:12:32 2014 New Revision: 375446 URL: https://svnweb.freebsd.org/changeset/ports/375446 QAT: https://qat.redports.org/buildarchive/r375446/ Log: Properly support png 1.5 Modified: head/games/ppracer/Makefile Modified: head/games/ppracer/Makefile ============================================================================== --- head/games/ppracer/Makefile Wed Dec 24 12:06:35 2014 (r375445) +++ head/games/ppracer/Makefile Wed Dec 24 12:12:32 2014 (r375446) @@ -13,7 +13,7 @@ COMMENT= 3D downhill racing game... kind LICENSE= GPLv2 -LIB_DEPENDS= libpng15.so:${PORTSDIR}/graphics/png \ +LIB_DEPENDS= libpng.so:${PORTSDIR}/graphics/png \ libfreetype.so:${PORTSDIR}/print/freetype2 USES= gmake pkgconfig dos2unix desktop-file-utils tar:bzip2 @@ -28,7 +28,7 @@ OPTIONS_DEFINE= DOCS post-patch: @${REINPLACE_CMD} -e 's|/usr/X11R6|${LOCALBASE}|g' \ - -e 's|libpng12|libpng15|g' ${WRKSRC}/configure + -e 's|libpng12|libpng|g' ${WRKSRC}/configure @${REINPLACE_CMD} -e 's|RacingMode::||' ${WRKSRC}/src/racingmode.h @${REINPLACE_CMD} -e 's|int SQHash|long SQHash|' \ ${WRKSRC}/src/squirrel/squirrel.h
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201412241212.sBOCCXWk094952>