svn commit: r445790 - head/games/asteroid

Dmitry Marakasov amdmi3 at FreeBSD.org
Fri Jul 14 17:20:13 UTC 2017


Author: amdmi3
Date: Fri Jul 14 17:20:11 2017
New Revision: 445790
URL: https://svnweb.freebsd.org/changeset/ports/445790

Log:
  - Update WWW
  - Add missing depends
  
  Approved by:	portmgr blanket

Modified:
  head/games/asteroid/Makefile
  head/games/asteroid/pkg-descr

Modified: head/games/asteroid/Makefile
==============================================================================
--- head/games/asteroid/Makefile	Fri Jul 14 16:53:58 2017	(r445789)
+++ head/games/asteroid/Makefile	Fri Jul 14 17:20:11 2017	(r445790)
@@ -17,10 +17,10 @@ GH_ACCOUNT=	chazomaticus
 GH_TAGNAME=	64869df
 
 USES=		cmake
-USE_GL=		glut
+USE_GL=		gl glu glut
 USE_SDL=	mixer sdl
 USE_GNOME=	gtk30
-USE_XORG=	xmu
+USE_XORG=	xmu xi
 INSTALLS_ICONS=	yes
 LDFLAGS+=	-lm
 

Modified: head/games/asteroid/pkg-descr
==============================================================================
--- head/games/asteroid/pkg-descr	Fri Jul 14 16:53:58 2017	(r445789)
+++ head/games/asteroid/pkg-descr	Fri Jul 14 17:20:11 2017	(r445790)
@@ -18,4 +18,4 @@ collect the powerups, run over them; or you can shoot 
 to figure out the different powerup types.
 
 
-WWW: http://chazomaticus.github.io/asteroid/
+WWW: https://chazomaticus.github.io/asteroid/


More information about the svn-ports-all mailing list