diff options
author | Pietro Cerutti <gahr@FreeBSD.org> | 2013-09-25 10:50:13 +0000 |
---|---|---|
committer | Pietro Cerutti <gahr@FreeBSD.org> | 2013-09-25 10:50:13 +0000 |
commit | dc82aaa76334107c697c0d78415f9d18deaf9bed (patch) | |
tree | 41228f5df33013af111d63e1dce2f88cb6e93600 /databases | |
parent | 4d2ab9a969f8d0d8c0a9651aab807c549388c493 (diff) |
Notes
Diffstat (limited to 'databases')
-rw-r--r-- | databases/grass/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/databases/grass/Makefile b/databases/grass/Makefile index a73f30e5e3b5..c7355d5ab52e 100644 --- a/databases/grass/Makefile +++ b/databases/grass/Makefile @@ -33,14 +33,11 @@ LIB_DEPENDS= gdal:${PORTSDIR}/graphics/gdal \ 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 |