Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 14 May 2013 09:07:17 +0000 (UTC)
From:      Pietro Cerutti <gahr@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r318151 - head/irc/quirc
Message-ID:  <201305140907.r4E97HDe043961@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: gahr
Date: Tue May 14 09:07:16 2013
New Revision: 318151
URL: http://svnweb.freebsd.org/changeset/ports/318151

Log:
  - Restore the correct USE_TK value range, was inadvertently changed in my
    previous commit due to testing

Modified:
  head/irc/quirc/Makefile

Modified: head/irc/quirc/Makefile
==============================================================================
--- head/irc/quirc/Makefile	Tue May 14 09:04:59 2013	(r318150)
+++ head/irc/quirc/Makefile	Tue May 14 09:07:16 2013	(r318151)
@@ -10,7 +10,7 @@ MASTER_SITES=	${MASTER_SITE_LOCAL:S/$/:l
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Tcl/Tk IRC client for the X Window System
 
-USE_TK=		84
+USE_TK=		84+
 USE_XORG=	xt
 
 GNU_CONFIGURE=	yes



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