Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 5 Nov 2016 09:04:23 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r425377 - in head/games/opencity: . files
Message-ID:  <201611050904.uA594N31003592@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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
  
  



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201611050904.uA594N31003592>