svn commit: r526074 - head/games/el

Jose Alonso Cardenas Marquez acm at FreeBSD.org
Thu Feb 13 23:09:55 UTC 2020


Author: acm
Date: Thu Feb 13 23:09:54 2020
New Revision: 526074
URL: https://svnweb.freebsd.org/changeset/ports/526074

Log:
  - Add missing dependency

Modified:
  head/games/el/Makefile

Modified: head/games/el/Makefile
==============================================================================
--- head/games/el/Makefile	Thu Feb 13 23:02:51 2020	(r526073)
+++ head/games/el/Makefile	Thu Feb 13 23:09:54 2020	(r526074)
@@ -19,7 +19,7 @@ RUN_DEPENDS=	${LOCALBASE}/share/${PORTNAME}/el.ini:gam
 USES=		compiler:c++11-lang gl gmake gnome iconv openal:al,alut sdl xorg
 USE_GNOME=	libxml2
 USE_SDL=	sdl2 net2 image2
-USE_GL=		gl
+USE_GL=		gl glu
 USE_XORG=	x11
 USE_GITHUB=	yes
 GH_ACCOUNT=	raduprv


More information about the svn-ports-head mailing list