diff options
-rw-r--r-- | cad/xcircuit/Makefile | 5 | ||||
-rw-r--r-- | databases/grass/Makefile | 6 | ||||
-rw-r--r-- | devel/tclmore/Makefile | 6 | ||||
-rw-r--r-- | devel/ztcl/Makefile | 3 | ||||
-rw-r--r-- | security/gorilla/Makefile | 2 | ||||
-rw-r--r-- | security/tclsasl/Makefile | 5 |
6 files changed, 11 insertions, 16 deletions
diff --git a/cad/xcircuit/Makefile b/cad/xcircuit/Makefile index 25f94fd5bbd..c775ab0b3b5 100644 --- a/cad/xcircuit/Makefile +++ b/cad/xcircuit/Makefile @@ -16,13 +16,12 @@ EXTRACT_SUFX= .tgz MAINTAINER= shaun@FreeBSD.org COMMENT= An X11 drawing program [especially for circuit schematics] -BUILD_DEPENDS= tclsh${TCL_VER}:${PORTSDIR}/lang/tcl${USE_TCL} \ - wish${TK_VER}:${PORTSDIR}/x11-toolkits/tk${USE_TK} - USE_X_PREFIX= yes USE_XPM= yes USE_TCL= 84 +USE_TCL_BUILD= 84 USE_TK= 84 +USE_TK_BUILD= 84 USE_GHOSTSCRIPT_RUN= yes USE_GMAKE= yes GNU_CONFIGURE= yes diff --git a/databases/grass/Makefile b/databases/grass/Makefile index 4440b875326..776aba94686 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 diff --git a/devel/tclmore/Makefile b/devel/tclmore/Makefile index 00f4f1b1317..526ca3b71d5 100644 --- a/devel/tclmore/Makefile +++ b/devel/tclmore/Makefile @@ -14,13 +14,11 @@ DISTNAME= ${PORTNAME}_${PORTVERSION}_src MAINTAINER= dsh@vlink.ru COMMENT= More TCL commands -# USE_TCL only provides run depend. hack around -BUILD_DEPENDS= ${RUN_DEPENDS} - GNU_CONFIGURE= yes -INSTALLS_SHLIB= yes USE_GMAKE= yes +USE_LDCONFIG= yes USE_TCL= yes +USE_TCL_BUILD= yes WRKSRC= ${WRKDIR}/${DISTNAME:S/_src$//} INFO= ${PORTNAME} diff --git a/devel/ztcl/Makefile b/devel/ztcl/Makefile index 852fa4bcd45..465c97ac48a 100644 --- a/devel/ztcl/Makefile +++ b/devel/ztcl/Makefile @@ -15,13 +15,12 @@ MAINTAINER= dsh@vlink.ru COMMENT= A zlib extension library for the Tcl LIB_DEPENDS= tclmore0.7:${PORTSDIR}/devel/tclmore -# USE_TCL only gives run dependency -BUILD_DEPENDS= ${RUN_DEPENDS} GNU_CONFIGURE= yes INSTALLS_SHLIB= yes USE_GMAKE= yes USE_TCL= yes +USE_TCL_BUILD= yes WRKSRC= ${WRKDIR}/${DISTNAME:S/_src$//} INFO= ${PORTNAME} ${PORTNAME}-zlib diff --git a/security/gorilla/Makefile b/security/gorilla/Makefile index b5b8c34166e..c9fed7e639f 100644 --- a/security/gorilla/Makefile +++ b/security/gorilla/Makefile @@ -14,12 +14,12 @@ MASTER_SITES= http://www.fpx.de/fp/Software/Gorilla/download/ MAINTAINER= kay_lehmann@web.de COMMENT= Password Gorilla is cross-platform Password Manager -BUILD_DEPENDS= wish${TK_VER}:${PORTSDIR}/x11-toolkits/tk${USE_TK} LIB_DEPENDS= itcl.3:${PORTSDIR}/lang/itcl RUN_DEPENDS= ${LOCALBASE}/lib/bwidget/init.tcl:${PORTSDIR}/x11-toolkits/bwidget USE_TCL= yes USE_TK= yes +USE_TK_BUILD= yes GNU_CONFIGURE= yes NO_BUILD= yes diff --git a/security/tclsasl/Makefile b/security/tclsasl/Makefile index 5f588007945..0695025d5bf 100644 --- a/security/tclsasl/Makefile +++ b/security/tclsasl/Makefile @@ -15,12 +15,11 @@ MAINTAINER= dsh@vlink.ru COMMENT= A Tcl interface to the Cyrus SASLv2 library LIB_DEPENDS= sasl2.2:${PORTSDIR}/security/cyrus-sasl2 -# USE_TCL hack -BUILD_DEPENDS= ${RUN_DEPENDS} GNU_CONFIGURE= yes +USE_LDCONFIG= yes USE_TCL= yes -INSTALLS_SHLIB= yes +USE_TCL_BUILD= yes CONFIGURE_ARGS= --with-tcl=${TCL_LIBDIR} \ --with-tclinclude=${TCL_INCLUDEDIR} \ |