Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 16 May 2020 21:03:04 +0000 (UTC)
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r535501 - head/graphics/togl
Message-ID:  <202005162103.04GL34Xh002713@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: yuri
Date: Sat May 16 21:03:04 2020
New Revision: 535501
URL: https://svnweb.freebsd.org/changeset/ports/535501

Log:
  graphics/togl: Remove WITH_DEBUG
  
  It was accidentally left in.
  
  Reported by:	mat

Modified:
  head/graphics/togl/Makefile

Modified: head/graphics/togl/Makefile
==============================================================================
--- head/graphics/togl/Makefile	Sat May 16 20:50:32 2020	(r535500)
+++ head/graphics/togl/Makefile	Sat May 16 21:03:04 2020	(r535501)
@@ -4,6 +4,7 @@
 PORTNAME=	togl
 DISTVERSION=	2.0
 DISTVERSIONSUFFIX=	-src
+PORTREVISION=	1
 CATEGORIES=	graphics tk
 MASTER_SITES=	SF/${PORTNAME}/Togl/${PORTVERSION}
 DISTNAME=	Togl${DISTVERSIONFULL}
@@ -27,8 +28,6 @@ OPTIONS_DEFINE=	DOCS EXAMPLES
 
 PORTDOCS=	*
 PORTEXAMPLES=	*
-
-WITH_DEBUG=	yes
 
 post-patch:
 	@${REINPLACE_CMD} -e 's|wish |${WISH:T} |' ${WRKSRC}/*.tcl



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