aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils
diff options
context:
space:
mode:
authorgahr <gahr@FreeBSD.org>2014-01-13 20:18:11 +0800
committergahr <gahr@FreeBSD.org>2014-01-13 20:18:11 +0800
commit39ad1bdc734c84871f4e9840a91e763aeb9dfdbc (patch)
tree9a0180741f844aa0461fd836cc4bd43e703f17c8 /sysutils
parent5a8ba4bc3fd43e9c967b8923746a81e500deddf8 (diff)
downloadfreebsd-ports-gnome-39ad1bdc734c84871f4e9840a91e763aeb9dfdbc.tar.gz
freebsd-ports-gnome-39ad1bdc734c84871f4e9840a91e763aeb9dfdbc.tar.zst
freebsd-ports-gnome-39ad1bdc734c84871f4e9840a91e763aeb9dfdbc.zip
- Convert to USES=tcl
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/openipmi/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/sysutils/openipmi/Makefile b/sysutils/openipmi/Makefile
index 533e5b96cdc8..a9805ef79a99 100644
--- a/sysutils/openipmi/Makefile
+++ b/sysutils/openipmi/Makefile
@@ -65,7 +65,6 @@ CONFIGURE_ARGS+= --with-openssl=no
.endif
.if ${PORT_OPTIONS:MTKINTER}
-WITH_TCL= yes
USE_PYTHON= yes
WITH_PYTHON= yes
BUILD_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}tkinter>0:${PORTSDIR}/x11-toolkits/py-tkinter \
@@ -105,10 +104,10 @@ CONFIGURE_ARGS+= --with-swig=no
.endif
.if ${PORT_OPTIONS:MTCL}
-USE_TCL= 84
+USES+= tcl
CONFIGURE_ARGS+= --with-tcl \
--with-tclcflags=-I${TCL_INCLUDEDIR} \
- --with-tcllibs=-ltcl${TCL_VER:S/.//}
+ --with-tcllibs=-ltcl${TCL_SHLIB_VER}
PLIST_SUB+= TCL=""
.else
CONFIGURE_ARGS+= --with-tcl=no
-2/+2 * Update the default version of GCC used in the Ports Collection fromgerald2014-03-111-1/+1 * Convert all USE_FORTRAN=yes to "USES=fortran, USE_GCC=yes". In most casestijl2014-02-171-1/+1 * Update to libmpc version 1.0.1 which brings the following fixes:gerald2013-10-261-1/+1 * Add NO_STAGE all over the place in preparation for the staging support (cat: ...bapt2013-09-211-5/+2 * adjust linking and comments in dependent ports after the math/atlas update;bf2011-11-222-4/+4 * Chase the upgrade of MPICH2.thierry2011-02-262-11/+1 * - Chase relocation of net/mpich2thierry2009-11-283-13/+13 * - Change sed pattern delimited to something less common in CFLAGS stringspav2009-10-051-2/+2 * Bump PORTREVISION for everything that sets USE_FORTRAN=yes which nowgerald2009-09-131-1/+1 * Bump PORTREVISION due to change of USE_FORTRAN=yes to GCC 4.3.gerald2009-01-081-1/+1 * Bump portrevision due to upgrade of devel/gettext.edwin2008-06-061-0/+1 * Fix URI.maho2007-12-311-1/+1 * Update to 1.8.0. Openmpi part is not updated at the moment.maho2007-10-074-33/+45 * Now we use USE_FORTRAN=yes to use FORTRAN compiler.maho2007-07-141-5/+1 * Make fetchable by prepareing 1.7.5 version of scalapack_install.ps.maho2007-07-031-2/+4 * - Welcome X.org 7.2 \o/.flz2007-05-201-0/+1 * * Update to 1.7.5.maho2007-03-095-31/+67 * Remove CONFLICT line as elmer-mathlibs are deprecated by migrationmaho2007-01-161-2/+0 * * Use gfortran42 only and not gcc42.maho2007-01-121-3/+5 * * Migrate to gfortran.maho2007-01-102-7/+20