svn commit: r330327 - head/x11-toolkits/tile
Pietro Cerutti
gahr at FreeBSD.org
Mon Oct 14 14:07:53 UTC 2013
Author: gahr
Date: Mon Oct 14 14:07:52 2013
New Revision: 330327
URL: http://svnweb.freebsd.org/changeset/ports/330327
Log:
- Convert to USES+=tk
- STAGE-clean
Modified:
head/x11-toolkits/tile/Makefile (contents, props changed)
Modified: head/x11-toolkits/tile/Makefile
==============================================================================
--- head/x11-toolkits/tile/Makefile Mon Oct 14 14:03:14 2013 (r330326)
+++ head/x11-toolkits/tile/Makefile Mon Oct 14 14:07:52 2013 (r330327)
@@ -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>
More information about the svn-ports-head
mailing list