aboutsummaryrefslogtreecommitdiff
path: root/games
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2014-12-23 23:58:06 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2014-12-23 23:58:06 +0000
commit97109f4246e54ce6b6e895b2423c46a22d85a380 (patch)
tree00f2fd1543b69debc1d89e69d18711f52dbc0023 /games
parent3c57aac6d9a11ef70a1d12f4d1a91882a814c82a (diff)
downloadports-97109f4246e54ce6b6e895b2423c46a22d85a380.tar.gz
ports-97109f4246e54ce6b6e895b2423c46a22d85a380.zip
The regular libpng.pc is enough
Notes
Notes: svn path=/head/; revision=375376
Diffstat (limited to 'games')
-rw-r--r--games/diameter/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/games/diameter/Makefile b/games/diameter/Makefile
index 1cb575da8c21..7a33343df25f 100644
--- a/games/diameter/Makefile
+++ b/games/diameter/Makefile
@@ -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>