Date: Wed, 6 Nov 2013 09:51:38 +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: r332961 - head/games/dontspace Message-ID: <201311060951.rA69pc1J012598@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: gahr Date: Wed Nov 6 09:51:38 2013 New Revision: 332961 URL: http://svnweb.freebsd.org/changeset/ports/332961 Log: - Convert to USES+=tk Modified: head/games/dontspace/Makefile (contents, props changed) Modified: head/games/dontspace/Makefile ============================================================================== --- head/games/dontspace/Makefile Wed Nov 6 09:31:51 2013 (r332960) +++ head/games/dontspace/Makefile Wed Nov 6 09:51:38 2013 (r332961) @@ -12,8 +12,8 @@ COMMENT= A solitaire game for X11 modele GNU_CONFIGURE= yes CONFIGURE_ARGS= --bindir=${PREFIX}/bin --datadir=${PREFIX}/share/games -CONFIGURE_ENV= WISHX=${PREFIX}/bin/wish8.4 -USE_TK= yes +CONFIGURE_ENV= WISHX=${WISH} +USES+= tk MAN6= dontspace.6 NO_STAGE= yes
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201311060951.rA69pc1J012598>