aboutsummaryrefslogtreecommitdiffstats
path: root/x11-toolkits
diff options
context:
space:
mode:
authorgahr <gahr@FreeBSD.org>2013-10-14 22:07:52 +0800
committergahr <gahr@FreeBSD.org>2013-10-14 22:07:52 +0800
commitc91aaed0ed4f319af1d3cd6c51b3dbfeae997cf6 (patch)
tree03515eaa203134879e7c08d9700a738ca4bde749 /x11-toolkits
parentcdc5d4175305c2f28d958cc198dba00eaa458014 (diff)
downloadfreebsd-ports-gnome-c91aaed0ed4f319af1d3cd6c51b3dbfeae997cf6.tar.gz
freebsd-ports-gnome-c91aaed0ed4f319af1d3cd6c51b3dbfeae997cf6.tar.zst
freebsd-ports-gnome-c91aaed0ed4f319af1d3cd6c51b3dbfeae997cf6.zip
- Convert to USES+=tk
- STAGE-clean
Diffstat (limited to 'x11-toolkits')
-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>