svn commit: r425377 - in head/games/opencity: . files

Dmitry Marakasov amdmi3 at FreeBSD.org
Sat Nov 5 09:04:24 UTC 2016


Author: amdmi3
Date: Sat Nov  5 09:04:22 2016
New Revision: 425377
URL: https://svnweb.freebsd.org/changeset/ports/425377

Log:
  - Add missing LIB_DEPENDS
  - Regenerate patches

Modified:
  head/games/opencity/Makefile
  head/games/opencity/files/patch-configure

Modified: head/games/opencity/Makefile
==============================================================================
--- head/games/opencity/Makefile	Sat Nov  5 07:51:16 2016	(r425376)
+++ head/games/opencity/Makefile	Sat Nov  5 09:04:22 2016	(r425377)
@@ -13,8 +13,10 @@ COMMENT=	Free 3D city simulator
 LICENSE=	GPLv2+
 LICENSE_FILE=	${WRKSRC}/COPYING
 
+LIB_DEPENDS=	libpng.so:graphics/png
+
 GNU_CONFIGURE=	yes
-USES=		tar:bzip2 gmake pkgconfig
+USES=		gmake pkgconfig tar:bzip2
 USE_SDL=	sdl mixer image net
 USE_GL=		gl glu
 INSTALL_TARGET=	install-strip

Modified: head/games/opencity/files/patch-configure
==============================================================================
--- head/games/opencity/files/patch-configure	Sat Nov  5 07:51:16 2016	(r425376)
+++ head/games/opencity/files/patch-configure	Sat Nov  5 09:04:22 2016	(r425377)
@@ -1,6 +1,6 @@
---- configure.orig	2015-03-16 00:38:20.000000000 +0300
-+++ configure	2015-04-05 17:24:15.263362000 +0300
-@@ -16115,7 +16115,7 @@
+--- configure.orig	2015-03-15 21:38:20 UTC
++++ configure
+@@ -16115,7 +16115,7 @@ else
  fi
  
  


More information about the svn-ports-head mailing list