aboutsummaryrefslogtreecommitdiff
path: root/databases/tcl-Mysql
diff options
context:
space:
mode:
authorMikhail Teterin <mi@FreeBSD.org>2014-07-15 02:53:38 +0000
committerMikhail Teterin <mi@FreeBSD.org>2014-07-15 02:53:38 +0000
commitdc79c304d703671905e0bce7b4fea1779efe4731 (patch)
tree36e31a67c7bae2a87e54101a1c645b6314901ce2 /databases/tcl-Mysql
parent3ee881ce29c4e8adbe4b29f6e51fc5a92211ef15 (diff)
downloadports-dc79c304d703671905e0bce7b4fea1779efe4731.tar.gz
ports-dc79c304d703671905e0bce7b4fea1779efe4731.zip
Pass the actual TCL_VER down to the files/Makefile.bsd -- not sure, why
this hasn't been caught before. Notified by: swills
Notes
Notes: svn path=/head/; revision=361851
Diffstat (limited to 'databases/tcl-Mysql')
-rw-r--r--databases/tcl-Mysql/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/tcl-Mysql/Makefile b/databases/tcl-Mysql/Makefile
index da89fb0ff1a9..3881ecef07ae 100644
--- a/databases/tcl-Mysql/Makefile
+++ b/databases/tcl-Mysql/Makefile
@@ -19,9 +19,9 @@ PATCH_DEPENDS= rcsdiff:${PORTSDIR}/devel/rcs
USE_MYSQL= 41+
USES= tcl
TCL_NODOT= tcl${TCL_VER:S/.//}
-WRKSRC= ${WRKDIR}/tcl-sql/
+WRKSRC= ${WRKDIR}/tcl-sql
LIB_NAME= libTclMySQL.so.1
-MAKE_ARGS+= SHLIB_NAME=${LIB_NAME} ${PLIST_SUB}
+MAKE_ARGS+= SHLIB_NAME=${LIB_NAME} ${PLIST_SUB} TCL_VERSION=tcl${TCL_VER}
REINPLACE_ARGS= -i ""
MAKEFILE= ${FILESDIR}/Makefile.bsd