svn commit: r535501 - head/graphics/togl
Yuri Victorovich
yuri at FreeBSD.org
Sat May 16 21:03:05 UTC 2020
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
More information about the svn-ports-all
mailing list