Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 23 Dec 2014 23:58:07 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r375376 - head/games/diameter
Message-ID:  <201412232358.sBNNw73S028143@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Tue Dec 23 23:58:06 2014
New Revision: 375376
URL: https://svnweb.freebsd.org/changeset/ports/375376
QAT: https://qat.redports.org/buildarchive/r375376/

Log:
  The regular libpng.pc is enough

Modified:
  head/games/diameter/Makefile

Modified: head/games/diameter/Makefile
==============================================================================
--- head/games/diameter/Makefile	Tue Dec 23 23:55:20 2014	(r375375)
+++ head/games/diameter/Makefile	Tue Dec 23 23:58:06 2014	(r375376)
@@ -29,7 +29,7 @@ PLIST_FILES=	bin/${PORTNAME}
 PORTDATA=	*
 
 post-patch:
-	@${REINPLACE_CMD} -e 's|sdl-config|${SDL_CONFIG}|; /^CFLAGS=.*march/ d; \
-		/PKG_CONFIG/ s|libpng|libpng15|' ${WRKSRC}/configure
+	@${REINPLACE_CMD} -e 's|sdl-config|${SDL_CONFIG}|; /^CFLAGS=.*march/ d' \
+		${WRKSRC}/configure
 
 .include <bsd.port.mk>



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