aboutsummaryrefslogtreecommitdiff
path: root/x11-toolkits/tile
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2007-04-02 22:56:15 +0000
committerPav Lucistnik <pav@FreeBSD.org>2007-04-02 22:56:15 +0000
commitcfa7269b11b8bb50068e3ee5ee55b2fe716853e5 (patch)
tree9c339ce0cb216e4bfd3db6edb813dd8c416ee9c2 /x11-toolkits/tile
parent779cd6a87b1e70223ee1cd2d746ddb64160bfb9c (diff)
downloadports-cfa7269b11b8bb50068e3ee5ee55b2fe716853e5.tar.gz
ports-cfa7269b11b8bb50068e3ee5ee55b2fe716853e5.zip
- Convert existing ports to a new bsd.tcl.mk order
PR: ports/109097 Submitted by: Martin Matuska <martin@matuska.org> Tested on: pointyhat exp-run
Notes
Notes: svn path=/head/; revision=189054
Diffstat (limited to 'x11-toolkits/tile')
-rw-r--r--x11-toolkits/tile/Makefile7
1 files changed, 3 insertions, 4 deletions
diff --git a/x11-toolkits/tile/Makefile b/x11-toolkits/tile/Makefile
index 0104b3dfe3bf..ee05999271d8 100644
--- a/x11-toolkits/tile/Makefile
+++ b/x11-toolkits/tile/Makefile
@@ -13,12 +13,11 @@ MASTER_SITES= SF/tktable
MAINTAINER= infofarmer@FreeBSD.org
COMMENT= Themed widget set for Tk
-LIB_DEPENDS= tk${USE_TK}.1:${PORTSDIR}/x11-toolkits/tk${USE_TK}
-
USE_TK= yes
+
GNU_CONFIGURE= yes
-CONFIGURE_ARGS= --with-tcl=${LOCALBASE}/lib/tcl${TK_VER} \
- --with-tk=${LOCALBASE}/lib/tk${TK_VER} \
+CONFIGURE_ARGS= --with-tcl=${TCL_LIBDIR} \
+ --with-tk=${TK_LIBDIR} \
--x-libraries=${X11BASE}/lib --x-includes=${X11BASE}/include \
--exec-prefix=${PREFIX} --enable-shared
CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS} ${TCL_INCLUDES} ${TK_INCLUDES}"