svn commit: r318151 - head/irc/quirc

Pietro Cerutti gahr at FreeBSD.org
Tue May 14 09:07:17 UTC 2013


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 at FreeBSD.org
 COMMENT=	Tcl/Tk IRC client for the X Window System
 
-USE_TK=		84
+USE_TK=		84+
 USE_XORG=	xt
 
 GNU_CONFIGURE=	yes


More information about the svn-ports-all mailing list