diff options
author | bapt <bapt@FreeBSD.org> | 2014-12-24 07:58:06 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2014-12-24 07:58:06 +0800 |
commit | 1b6f0730205f1b9d6fcd2d19528581b56ec10f5b (patch) | |
tree | 00f2fd1543b69debc1d89e69d18711f52dbc0023 /games | |
parent | e8a42ca8edb14d7fcad33dfdc234562f856fb3fc (diff) | |
download | freebsd-ports-gnome-1b6f0730205f1b9d6fcd2d19528581b56ec10f5b.tar.gz freebsd-ports-gnome-1b6f0730205f1b9d6fcd2d19528581b56ec10f5b.tar.zst freebsd-ports-gnome-1b6f0730205f1b9d6fcd2d19528581b56ec10f5b.zip |
The regular libpng.pc is enough
Diffstat (limited to 'games')
-rw-r--r-- | games/diameter/Makefile | 4 |
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> |