From 1b6f0730205f1b9d6fcd2d19528581b56ec10f5b Mon Sep 17 00:00:00 2001 From: bapt Date: Tue, 23 Dec 2014 23:58:06 +0000 Subject: The regular libpng.pc is enough --- games/diameter/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'games') diff --git a/games/diameter/Makefile b/games/diameter/Makefile index 1cb575da8c2..7a33343df25 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 -- cgit