diff options
-rw-r--r-- | x11-toolkits/tile/Makefile | 10 |
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> |