aboutsummaryrefslogtreecommitdiff
path: root/x11-toolkits/tk84
diff options
context:
space:
mode:
authorMikhail Teterin <mi@FreeBSD.org>2005-06-29 15:20:02 +0000
committerMikhail Teterin <mi@FreeBSD.org>2005-06-29 15:20:02 +0000
commit9cd8cc16dd911a0ffb9edb1805cdeb7f35abc8be (patch)
tree241ec41dcc4db43fe56b072cbe31c4a233c76b4a /x11-toolkits/tk84
parent2332baba7fdda9465c36662217b8f72a5c068a23 (diff)
downloadports-9cd8cc16dd911a0ffb9edb1805cdeb7f35abc8be.tar.gz
ports-9cd8cc16dd911a0ffb9edb1805cdeb7f35abc8be.zip
Notes
Diffstat (limited to 'x11-toolkits/tk84')
-rw-r--r--x11-toolkits/tk84/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-toolkits/tk84/Makefile b/x11-toolkits/tk84/Makefile
index 6f68820b5d31..e4b0c41545f3 100644
--- a/x11-toolkits/tk84/Makefile
+++ b/x11-toolkits/tk84/Makefile
@@ -26,8 +26,8 @@ WRKSRC= ${WRKDIR}/${PORTNAME}${PORTVERSION}/unix
GNU_CONFIGURE= yes
TK_VER= 8.4
SHORT_TK_VER= 84
-CONFIGURE_ARGS= --enable-shared --with-tcl=${PREFIX}/lib/tcl${TK_VER} \
- --includedir=${LOCALBASE}/include/tk${TK_VER}
+CONFIGURE_ARGS= --enable-shared --with-tcl=${LOCALBASE}/lib/tcl${TK_VER} \
+ --includedir=${PREFIX}/include/tk${TK_VER}
CONFIGURE_ENV= PORTSDIR=${PORTSDIR} TK_LIB_FILE=libtk${SHORT_TK_VER}.so.1
MAKE_ENV= SHORT_TK_VER=${SHORT_TK_VER}
PLIST_SUB= TK_VER=${TK_VER} SHORT_TK_VER=${SHORT_TK_VER}