aboutsummaryrefslogtreecommitdiff
path: root/x11-toolkits/tile
diff options
context:
space:
mode:
authorPietro Cerutti <gahr@FreeBSD.org>2013-10-14 14:07:52 +0000
committerPietro Cerutti <gahr@FreeBSD.org>2013-10-14 14:07:52 +0000
commit0d8e71d2d056f097790287df794e50c1bad571dc (patch)
tree03515eaa203134879e7c08d9700a738ca4bde749 /x11-toolkits/tile
parent61accd76b9db495a2ea5cb63d66f1c14ea6f9937 (diff)
Notes
Diffstat (limited to 'x11-toolkits/tile')
-rw-r--r--x11-toolkits/tile/Makefile10
1 files changed, 3 insertions, 7 deletions
diff --git a/x11-toolkits/tile/Makefile b/x11-toolkits/tile/Makefile
index e2d5cf9013f3..814187e3c2d5 100644
--- a/x11-toolkits/tile/Makefile
+++ b/x11-toolkits/tile/Makefile
@@ -12,18 +12,14 @@ COMMENT= Themed widget set for Tk
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/license.terms
-USE_TK= 84+
-
+USES+= tk
USE_AUTOTOOLS= autoconf
GNU_CONFIGURE= yes
TKPKG= ${PORTNAME}${PORTVERSION}
PLIST_SUB= VER=${PORTVERSION} TKPKG=${TKPKG}
-NO_STAGE= yes
-.include <bsd.port.pre.mk>
-
-CONFIGURE_ARGS+= --with-tcl=${TCL_LIBDIR} \
+CONFIGURE_ARGS+=--with-tcl=${TCL_LIBDIR} \
--with-tk=${TK_LIBDIR} \
--exec-prefix=${PREFIX} --enable-shared
CONFIGURE_ENV+= TCL_INCLUDEDIR="${TCL_INCLUDEDIR}" \
@@ -33,4 +29,4 @@ pre-configure:
@${REINPLACE_CMD} -e "s/package require Tcl 8\../package require Tcl ${TCL_VER}/g" \
${WRKSRC}/Makefile.in
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>