summaryrefslogtreecommitdiff
path: root/databases/grass
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2007-01-08 00:00:57 +0000
committerPav Lucistnik <pav@FreeBSD.org>2007-01-08 00:00:57 +0000
commit9e9ef47797d9fbfff1149f1cc003e33964462580 (patch)
tree220c674eea737ae74bea23164b0350e21cf65292 /databases/grass
parent- Fix USE_TCL_BUILD to not disable runtime dependency on tcl from USE_TCL (diff)
- Use new USE_TCL_BUILD/USE_TK_BUILD macros
Notes
Notes: svn path=/head/; revision=181732
Diffstat (limited to 'databases/grass')
-rw-r--r--databases/grass/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/databases/grass/Makefile b/databases/grass/Makefile
index 4440b8753260..776aba94686d 100644
--- a/databases/grass/Makefile
+++ b/databases/grass/Makefile
@@ -26,8 +26,7 @@ MAINTAINER= lrntct@gmail.com
COMMENT= An open source Geographical Information System (GIS)
BUILD_DEPENDS= proj:${PORTSDIR}/graphics/proj \
- gdal-config:${PORTSDIR}/graphics/gdal \
- wish8.4:${PORTSDIR}/x11-toolkits/tk84
+ gdal-config:${PORTSDIR}/graphics/gdal
RUN_DEPENDS= proj:${PORTSDIR}/graphics/proj \
gdal-config:${PORTSDIR}/graphics/gdal
LIB_DEPENDS= tiff.4:${PORTSDIR}/graphics/tiff \
@@ -42,9 +41,10 @@ USE_GETTEXT= yes
USE_PERL5= yes
USE_XLIB= yes
USE_FREETYPE= yes
-USE_TCL_BUILD= yes
USE_TCL= yes
+USE_TCL_BUILD= yes
USE_TK= yes
+USE_TK_BUILD= yes
PATCH_TCL_SCRIPTS=lib/init/init.sh
PATCH_TK_SCRIPTS=lib/init/init.sh