From 8dc323dc2bd29f0219de5776d0c246c80eba274e Mon Sep 17 00:00:00 2001 From: antoine Date: Thu, 25 Dec 2014 19:04:25 +0000 Subject: Change libpng15.so to libpng.so in LIB_DEPENDS to prepare the upgrade --- games/glaxium/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'games/glaxium') diff --git a/games/glaxium/Makefile b/games/glaxium/Makefile index 00493a6503c5..28a404117091 100644 --- a/games/glaxium/Makefile +++ b/games/glaxium/Makefile @@ -11,7 +11,7 @@ DISTNAME= ${PORTNAME}_${PORTVERSION} MAINTAINER= makc@FreeBSD.org COMMENT= OpenGL based space-ship "shoot-em-up" game -LIB_DEPENDS= libpng15.so:${PORTSDIR}/graphics/png +LIB_DEPENDS= libpng.so:${PORTSDIR}/graphics/png USES= dos2unix gmake USE_SDL= sdl mixer -- cgit > - add stage support 2014-05-31T18:08:09+00:00 ohauer ohauer@FreeBSD.org 2014-05-31T18:08:09+00:00 36e2253bce27f50ace0b948a4db031c372a58cba - use EXTRACT_AFTER_ARGS so we have a dedicated WRKSRC directory and can use COPYTREE_SHARE instead ugly `find ...
- use EXTRACT_AFTER_ARGS so we have a dedicated WRKSRC
  directory and can use COPYTREE_SHARE instead ugly `find ...