svn commit: r514765 - head/games/gltron

Tobias Kortkamp tobik at FreeBSD.org
Sat Oct 19 07:43:59 UTC 2019


Author: tobik
Date: Sat Oct 19 07:43:58 2019
New Revision: 514765
URL: https://svnweb.freebsd.org/changeset/ports/514765

Log:
  games/gltron: Spell SDL_NET_CONFIGURE_ENABLE correctly

Modified:
  head/games/gltron/Makefile

Modified: head/games/gltron/Makefile
==============================================================================
--- head/games/gltron/Makefile	Sat Oct 19 07:33:46 2019	(r514764)
+++ head/games/gltron/Makefile	Sat Oct 19 07:43:58 2019	(r514765)
@@ -3,7 +3,7 @@
 
 PORTNAME=	gltron
 PORTVERSION=	0.70
-PORTREVISION=	17
+PORTREVISION=	18
 CATEGORIES=	games
 MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}-source/${PORTVERSION}
 EXTRACT_SUFX=	-source.tar.gz
@@ -28,7 +28,7 @@ LDFLAGS+=	-L${LOCALBASE}/lib
 OPTIONS_DEFINE=	SDL_NET DOCS
 SDL_NET_DESC=	Network Support
 SDL_NET_USE=	SDL=net
-SLD_NET_CONFIGURE_ENABLE=	network
+SDL_NET_CONFIGURE_ENABLE=	network
 
 DESKTOP_ENTRIES=	"GLtron" \
 	"3D lightcycle game" \


More information about the svn-ports-head mailing list