Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 19 Oct 2019 07:43:58 +0000 (UTC)
From:      Tobias Kortkamp <tobik@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r514765 - head/games/gltron
Message-ID:  <201910190743.x9J7hwWI076715@repo.freebsd.org>

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



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