diff options
author | pav <pav@FreeBSD.org> | 2007-01-08 08:00:57 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2007-01-08 08:00:57 +0800 |
commit | 82f3c8e784002823e168c10d13f666526e328a60 (patch) | |
tree | 7343e744cd3b22d04182c344825860733cdb10cd /databases/grass | |
parent | 0fd8de27d0ccf12f5fbb0467f91a4032234e0ffb (diff) | |
download | freebsd-ports-gnome-82f3c8e784002823e168c10d13f666526e328a60.tar.gz freebsd-ports-gnome-82f3c8e784002823e168c10d13f666526e328a60.tar.zst freebsd-ports-gnome-82f3c8e784002823e168c10d13f666526e328a60.zip |
- Use new USE_TCL_BUILD/USE_TK_BUILD macros
Diffstat (limited to 'databases/grass')
-rw-r--r-- | databases/grass/Makefile | 6 |
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 |