svn commit: r375376 - head/games/diameter

Baptiste Daroussin bapt at FreeBSD.org
Tue Dec 23 23:58:07 UTC 2014


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>


More information about the svn-ports-head mailing list