svn commit: r328265 - head/databases/grass

Pietro Cerutti gahr at FreeBSD.org
Wed Sep 25 10:50:13 UTC 2013


Author: gahr
Date: Wed Sep 25 10:50:13 2013
New Revision: 328265
URL: http://svnweb.freebsd.org/changeset/ports/328265

Log:
  - Convert to USES+=tk and USES+=gmake

Modified:
  head/databases/grass/Makefile

Modified: head/databases/grass/Makefile
==============================================================================
--- head/databases/grass/Makefile	Wed Sep 25 10:44:44 2013	(r328264)
+++ head/databases/grass/Makefile	Wed Sep 25 10:50:13 2013	(r328265)
@@ -33,14 +33,11 @@ LIB_DEPENDS=	gdal:${PORTSDIR}/graphics/g
 		freetype:${PORTSDIR}/print/freetype2
 RUN_DEPENDS=	bash:${PORTSDIR}/shells/bash
 
-USE_GMAKE=	yes
-USES=		gettext iconv readline perl5
+USES=		gettext gmake iconv readline perl5 tk
 USE_XORG=	sm ice xi x11 xt xmu xext
 USE_GL=		glut
 USE_TCL=	yes
 USE_TCL_BUILD=	yes
-USE_TK=		yes
-USE_TK_BUILD=	yes
 USE_PYTHON=	yes
 USE_WX=		2.8
 WX_COMPS=	wx:build python:run


More information about the svn-ports-all mailing list